aboutsummaryrefslogtreecommitdiffstats
path: root/include/rtfhtml.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rtfhtml.h')
-rw-r--r--include/rtfhtml.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/rtfhtml.h b/include/rtfhtml.h
index 54b8a9f..1e4dbf4 100644
--- a/include/rtfhtml.h
+++ b/include/rtfhtml.h
@@ -15,8 +15,8 @@
* *
***************************************************************************/
-/* $Header: /usr/local/cvsroot/sword/include/rtfhtml.h,v 1.5 2001/12/11 22:35:10 scribe Exp $ */
-/* $Revision: 1.5 $ */
+/* $Header: /usr/local/cvsroot/sword/include/rtfhtml.h,v 1.6 2002/10/01 19:52:40 dglassey Exp $ */
+/* $Revision: 1.6 $ */
#ifndef RTFHTML_H
#define RTFHTML_H
@@ -25,6 +25,8 @@
#include <defs.h>
+SWORD_NAMESPACE_START
+
/** this filter converts RTF text into HTML text
*/
class SWDLLEXPORT RTFHTML:public SWFilter
@@ -34,4 +36,5 @@ public:
virtual char ProcessText (char *text, int maxlen, const SWKey * key, const SWModule * = 0);
};
+SWORD_NAMESPACE_END
#endif