summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-05 12:02:59 +0200
committerNoel Grandin <noel@peralex.com>2013-09-11 09:45:28 +0200
commitaf40ffdcef60c65437df4749c8bb2ad24356d1c2 (patch)
treeae6279c248489ff1fd956023635d4563b7752e26 /include/editeng
parent74bea5b0ab6bcf0eaaa50c8f529f1ea2e96167cf (diff)
convert include/editeng/svxrtf.hxx from String to OUString
Change-Id: I4251db20727a987a36bbdb48e423aed95d3b9011
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/svxrtf.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx
index 50bf842f512c..4a5a83a147e9 100644
--- a/include/editeng/svxrtf.hxx
+++ b/include/editeng/svxrtf.hxx
@@ -185,7 +185,7 @@ class EDITENG_DLLPUBLIC SvxRTFParser : public SvRTFParser
std::vector<sal_uInt16> aPlainMap;
std::vector<sal_uInt16> aPardMap;
std::vector<sal_uInt16> aWhichMap;
- String sBaseURL;
+ OUString sBaseURL;
SvxPosition* pInsPos;
SfxItemPool* pAttrPool;
@@ -262,7 +262,7 @@ protected:
// Read Document-Info
::com::sun::star::util::DateTime GetDateTimeStamp( );
- String& GetTextToEndGroup( String& rStr );
+ OUString& GetTextToEndGroup( OUString& rStr );
virtual void ReadInfo( const sal_Char* pChkForVerNo = 0 );
inline SfxItemSet& GetAttrSet();
@@ -319,7 +319,7 @@ protected:
SvxRTFColorTbl& GetColorTbl() { return aColorTbl; }
SvxRTFFontTbl& GetFontTbl() { return aFontTbl; }
- const String& GetBaseURL() const { return sBaseURL; }
+ const OUString& GetBaseURL() const { return sBaseURL; }
public: