summaryrefslogtreecommitdiff
path: root/include/svtools/rtfout.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-13 13:26:49 +0200
committerNoel Grandin <noel@peralex.com>2013-08-15 09:11:34 +0200
commitd3c008fb7e5d604bc09a23b79598734a7e506489 (patch)
tree7c0c7be20977a5626ce5a45de7cc42418fdbdf4d /include/svtools/rtfout.hxx
parenta2669bccb89b3882bca4535a23f1c9ac31a485ad (diff)
convert include/svtools/rtfout.hxx from String to OUString
and remove dead function. Change-Id: I0c2bf9409f747e98f9575c5861a8629435e27af4
Diffstat (limited to 'include/svtools/rtfout.hxx')
-rw-r--r--include/svtools/rtfout.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/svtools/rtfout.hxx b/include/svtools/rtfout.hxx
index 9910d8e8115d..9258053b35a3 100644
--- a/include/svtools/rtfout.hxx
+++ b/include/svtools/rtfout.hxx
@@ -25,7 +25,9 @@
#include <rtl/textenc.h>
-class String;
+namespace rtl {
+ class OUString;
+};
class SvStream;
class SVT_DLLPUBLIC RTFOutFuncs
@@ -41,10 +43,7 @@ public:
int *pUCMode,
rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252,
sal_Bool bWriteHelpFile = sal_False );
- static SvStream& Out_String( SvStream&, const String&,
- rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252,
- sal_Bool bWriteHelpFile = sal_False );
- static SvStream& Out_Fontname( SvStream&, const String&,
+ static SvStream& Out_String( SvStream&, const rtl::OUString&,
rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252,
sal_Bool bWriteHelpFile = sal_False );