summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-03 08:25:02 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:23 +0200
commit360c1a8e0859b97b1999febdcc928e8bd0935c10 (patch)
tree820faecaad69eb14b8bc7f462bda2eb1914a8543 /include
parentddab20567671f04ba425e7da1256ebc11a4ae620 (diff)
convert includes/svx/srchdlg.hxx from String to OUString
Change-Id: I7e2733f3011b3282873f3c80665f1c7297c2845e
Diffstat (limited to 'include')
-rw-r--r--include/svx/srchdlg.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx
index a06d209d2106..3488998dcd90 100644
--- a/include/svx/srchdlg.hxx
+++ b/include/svx/srchdlg.hxx
@@ -197,11 +197,11 @@ private:
bool bReadOnly;
bool bConstruct;
sal_uIntPtr nModifyFlag;
- String aStylesStr;
- String aLayoutStr;
- String aLayoutWriterStr;
- String aLayoutCalcStr;
- String aCalcStr;
+ OUString aStylesStr;
+ OUString aLayoutStr;
+ OUString aLayoutWriterStr;
+ OUString aLayoutCalcStr;
+ OUString aCalcStr;
std::vector<OUString> aSearchStrings;
std::vector<OUString> aReplaceStrings;
@@ -236,9 +236,9 @@ private:
void Init_Impl( int bHasItemSet );
void InitAttrList_Impl( const SfxItemSet* pSSet,
const SfxItemSet* pRSet );
- void Remember_Impl( const String &rStr,sal_Bool bSearch );
+ void Remember_Impl( const OUString &rStr,sal_Bool bSearch );
void PaintAttrText_Impl();
- String& BuildAttrText_Impl( String& rStr, sal_Bool bSrchFlag ) const;
+ OUString& BuildAttrText_Impl( OUString& rStr, sal_Bool bSrchFlag ) const;
void TemplatesChanged_Impl( SfxStyleSheetBasePool& rPool );
void EnableControls_Impl( const sal_uInt16 nFlags );