summaryrefslogtreecommitdiff
path: root/include/sfx2/mieclip.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-23 14:12:29 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:04 +0200
commite8fb35b96881ab444c00f9858396448ca10523be (patch)
tree14f2d80124059830ce0db04667adf379a03d33a8 /include/sfx2/mieclip.hxx
parent08295933f7f900acd64bbe0668113d1c77b17a79 (diff)
convert include/sfx2/mieclip.hxx from String to OUString
Change-Id: Ide022f38aede816470b190b134f8cf34487d2dc1
Diffstat (limited to 'include/sfx2/mieclip.hxx')
-rw-r--r--include/sfx2/mieclip.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/mieclip.hxx b/include/sfx2/mieclip.hxx
index 6b616607b38f..1e70ae99cf2f 100644
--- a/include/sfx2/mieclip.hxx
+++ b/include/sfx2/mieclip.hxx
@@ -33,7 +33,7 @@ class SvData;
class SFX2_DLLPUBLIC MSE40HTMLClipFormatObj
{
SvStream* pStrm;
- String sBaseURL;
+ OUString sBaseURL;
public:
MSE40HTMLClipFormatObj() : pStrm(0) {}
@@ -47,7 +47,7 @@ public:
const SvStream* GetStream() const { return pStrm; }
SvStream* GetStream() { return pStrm; }
- const String& GetBaseURL() const { return sBaseURL; }
+ const OUString& GetBaseURL() const { return sBaseURL; }
};