diff options
author | Noel Grandin <noel@peralex.com> | 2013-10-08 15:03:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-10 09:19:01 +0200 |
commit | 04d442923914da298ec5730a89310c6b0d33acdc (patch) | |
tree | b628cb551537bf68da60b7cafb10aad73ff8417b /sw/source/ui/inc | |
parent | 3b5a0ea9bbbcee299cc0a20482671e0a13d8567c (diff) |
convert sw/source/ui/inc/sr*.hxx from String to OUString
Change-Id: Id4a329f6e4e93def20cf4346d77f4595edda8bbd
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r-- | sw/source/ui/inc/srcedtw.hxx | 2 | ||||
-rw-r--r-- | sw/source/ui/inc/srcview.hxx | 2 | ||||
-rw-r--r-- | sw/source/ui/inc/srtdlg.hxx | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/inc/srcedtw.hxx b/sw/source/ui/inc/srcedtw.hxx index 49f5bb57f0f0..4aaedf3f32f1 100644 --- a/sw/source/ui/inc/srcedtw.hxx +++ b/sw/source/ui/inc/srcedtw.hxx @@ -90,7 +90,7 @@ private: Timer aSyntaxIdleTimer; SyntaxLineSet aSyntaxLineTable; - void ImpDoHighlight( const String& rSource, sal_uInt16 nLineOff ); + void ImpDoHighlight( const OUString& rSource, sal_uInt16 nLineOff ); using OutputDevice::SetFont; void SetFont(); diff --git a/sw/source/ui/inc/srcview.hxx b/sw/source/ui/inc/srcview.hxx index 74401059de46..4cd8f90297bb 100644 --- a/sw/source/ui/inc/srcview.hxx +++ b/sw/source/ui/inc/srcview.hxx @@ -64,7 +64,7 @@ public: SwDocShell* GetDocShell(); SwSrcEditWindow& GetEditWin() {return aEditWin;} - void SaveContent(const String& rTmpFile); + void SaveContent(const OUString& rTmpFile); void SaveContentTo(SfxMedium& rMed); sal_Bool IsModified() {return aEditWin.IsModified();} diff --git a/sw/source/ui/inc/srtdlg.hxx b/sw/source/ui/inc/srtdlg.hxx index e4a9d2efcde9..91479f4be18e 100644 --- a/sw/source/ui/inc/srtdlg.hxx +++ b/sw/source/ui/inc/srtdlg.hxx @@ -64,9 +64,9 @@ class SwSortDlg : public SvxStandardDialog CheckBox* m_pCaseCB; - String aColTxt; - String aRowTxt; - String aNumericTxt; + OUString aColTxt; + OUString aRowTxt; + OUString aNumericTxt; SwWrtShell &rSh; CollatorResource* pColRes; |