summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfexport.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-09 15:43:42 +0200
committerNoel Grandin <noel@peralex.com>2013-10-10 09:19:06 +0200
commit77022dca24b03644e7113b05c661c6887cd91e4c (patch)
tree24c6d5635422714ff0248cf10c153dcfd5079756 /sw/source/filter/ww8/rtfexport.hxx
parentecdce39037f8ee0fd660b0b1a7ecae3234380f2f (diff)
convert sw/source/filter/ww8/*.hxx from String to OUString
Change-Id: I8b26dcc671771f3a26c1270b94ef7e342074fa3c
Diffstat (limited to 'sw/source/filter/ww8/rtfexport.hxx')
-rw-r--r--sw/source/filter/ww8/rtfexport.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/filter/ww8/rtfexport.hxx b/sw/source/filter/ww8/rtfexport.hxx
index f4cbd4311e51..fb08b9d59263 100644
--- a/sw/source/filter/ww8/rtfexport.hxx
+++ b/sw/source/filter/ww8/rtfexport.hxx
@@ -27,7 +27,7 @@ class RtfExportFilter;
class RtfSdrExport;
typedef std::map<sal_uInt16,Color> RtfColorTbl;
typedef std::map<sal_uInt16,OString> RtfStyleTbl;
-typedef std::map<String,sal_uInt16> RtfRedlineTbl;
+typedef std::map<OUString,sal_uInt16> RtfRedlineTbl;
class SwNode;
class SwTxtNode;
class SwGrfNode;
@@ -91,7 +91,7 @@ public:
/// Write the field
virtual void OutputField( const SwField* pFld, ww::eField eFldType,
- const String& rFldCmd, sal_uInt8 nMode = nsFieldFlags::WRITEFIELD_ALL );
+ const OUString& rFldCmd, sal_uInt8 nMode = nsFieldFlags::WRITEFIELD_ALL );
/// Write the data of the form field
virtual void WriteFormData( const ::sw::mark::IFieldmark& rFieldmark );
@@ -158,7 +158,7 @@ public:
SvStream& Strm();
SvStream& OutULong( sal_uLong nVal );
SvStream& OutLong( long nVal );
- void OutUnicode(const sal_Char *pToken, const String &rContent, bool bUpr = false);
+ void OutUnicode(const sal_Char *pToken, const OUString &rContent, bool bUpr = false);
void OutDateTime(const sal_Char* pStr, const css::util::DateTime& rDT );
void OutPageDescription( const SwPageDesc& rPgDsc, bool bWriteReset, bool bCheckForFirstPage );
@@ -166,8 +166,8 @@ public:
void InsColor( const Color& rCol );
void InsColorLine( const SvxBoxItem& rBox );
void OutColorTable();
- sal_uInt16 GetRedline( const String& rAuthor );
- const String* GetRedline( sal_uInt16 nId );
+ sal_uInt16 GetRedline( const OUString& rAuthor );
+ const OUString* GetRedline( sal_uInt16 nId );
void InsStyle( sal_uInt16 nId, const OString& rStyle );
OString* GetStyle( sal_uInt16 nId );