summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-06-20 11:04:39 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-20 11:42:41 +0200
commitd06c3440c85271454208f19442ab9c676707597b (patch)
tree23981af401665e92f3b12f8110cdf5a7b6688ab9
parent80c49861b69d731bc7eccda8ea085a2676e7422d (diff)
sw: WW8 export: remove unused InsAsString8
Surprisingly WriteString8 is still used to write URLs. Change-Id: Id16201473bafce100a4be75199fba7bd7147cc83
-rw-r--r--sw/source/filter/ww8/wrtww8.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx
index a1d9c7736a98..d8330b334d01 100644
--- a/sw/source/filter/ww8/wrtww8.hxx
+++ b/sw/source/filter/ww8/wrtww8.hxx
@@ -1099,8 +1099,6 @@ public:
void InsUInt32( sal_uInt32 n ) { SwWW8Writer::InsUInt32( *pO, n ); }
void InsAsString16( const OUString& rStr )
{ SwWW8Writer::InsAsString16( *pO, rStr ); }
- void InsAsString8( const OUString& rStr, rtl_TextEncoding eCodeSet )
- { SwWW8Writer::InsAsString8( *pO, rStr, eCodeSet ); }
void WriteStringAsPara( const OUString& rText, sal_uInt16 nStyleId = 0 );
/// Setup the exporter.