summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfattributeoutput.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-06-19 22:16:54 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-20 11:42:36 +0200
commitafb7ea554292bf0550afa1ee8fa1291849b40158 (patch)
treed971f9c86c8fdb114eac4769c9ffbc4d1a569b44 /sw/source/filter/ww8/rtfattributeoutput.hxx
parent587a8993e9f39af054146b534e6b0c66121a9077 (diff)
sw: WW8 export: RawText parameter bForceUnicode is obsolete
Change-Id: I7b9543ebb56f99bb1d28c2e7b92818ca37418382
Diffstat (limited to 'sw/source/filter/ww8/rtfattributeoutput.hxx')
-rw-r--r--sw/source/filter/ww8/rtfattributeoutput.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/rtfattributeoutput.hxx b/sw/source/filter/ww8/rtfattributeoutput.hxx
index 50be429fb349..74dd37946a86 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.hxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.hxx
@@ -84,7 +84,7 @@ public:
}
/// Output text (without markup).
- virtual void RawText(const OUString& rText, bool bForceUnicode, rtl_TextEncoding eCharSet) SAL_OVERRIDE;
+ virtual void RawText(const OUString& rText, rtl_TextEncoding eCharSet) SAL_OVERRIDE;
/// Output ruby start.
virtual void StartRuby(const SwTextNode& rNode, sal_Int32 nPos, const SwFormatRuby& rRuby) SAL_OVERRIDE;