summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:27:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:27:01 +0000
commit216f9fc1cd588a233a046db079daa972fb9aa68a (patch)
tree7781428c1ed4a9d0f14cee3235aa298519aecb8e /svtools
parent51e51dcdbe83e2b51b04dde23685e4fe35f4890f (diff)
INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED
2005/10/26 12:40:46 pl 1.4.62.1: #i55991# removed warnings for linux platform
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/svrtf/rtfout.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/svtools/source/svrtf/rtfout.hxx b/svtools/source/svrtf/rtfout.hxx
index 35675237c5f2..acd3822a0d1d 100644
--- a/svtools/source/svrtf/rtfout.hxx
+++ b/svtools/source/svrtf/rtfout.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rtfout.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:50:21 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:27:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -44,6 +44,10 @@
#include <tools/solar.h>
#endif
+#ifndef _RTL_TEXTENC_H_
+#include <rtl/textenc.h>
+#endif
+
class String;
class SvStream;