summaryrefslogtreecommitdiff
path: root/include/svtools/rtfout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/rtfout.hxx')
-rw-r--r--include/svtools/rtfout.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/rtfout.hxx b/include/svtools/rtfout.hxx
index d163abf33f87..2f8751faf29f 100644
--- a/include/svtools/rtfout.hxx
+++ b/include/svtools/rtfout.hxx
@@ -33,7 +33,7 @@ class SvStream;
namespace RTFOutFuncs {
SVT_DLLPUBLIC SvStream& Out_String(
- SvStream&, const rtl::OUString&,
+ SvStream&, const OUString&,
rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252 );
}