summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-10-08 10:42:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-10-10 08:51:13 +0100
commit460ed871fa2e9b4ff0ba1c729a49568c2f6ec6f6 (patch)
treeda90bfdf3b70585d50120f2c2b55a184b56a213c /sw
parent085e3605cdb5bcc852de95a14de57106ae66998e (diff)
ByteString->rtl::OString
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/ww8par.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index 555f4e6232a6..246bd606ae36 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -700,7 +700,7 @@ class SwMSDffManager : public SvxMSDffManager
private:
SwWW8ImplReader& rReader;
SvStream *pFallbackStream;
- std::map<sal_uInt32,ByteString> aOldEscherBlipCache;
+ std::map<sal_uInt32,rtl::OString> aOldEscherBlipCache;
virtual sal_Bool GetOLEStorageName( long nOLEId, String& rStorageName,
SvStorageRef& rSrcStorage, com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rDestStorage ) const;