summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-19 17:26:23 +0200
committerNoel Grandin <noel@peralex.com>2013-08-22 10:49:27 +0200
commita7f84fc431a52ee51feea4af40af279659ad9c25 (patch)
treec062f90cf116e92cb23d99e0c76639c39e658170 /include/svtools
parentconvert include/svtools/addresstemplate.hxx from String to OUString (diff)
downloadcore-a7f84fc431a52ee51feea4af40af279659ad9c25.tar.gz
core-a7f84fc431a52ee51feea4af40af279659ad9c25.zip
convert include/svtools/QueryFolderName.hxx from String to OUString
Change-Id: Iec274c35c3ce4f1f9d5f17bd5562b52b788595d4
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/QueryFolderName.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svtools/QueryFolderName.hxx b/include/svtools/QueryFolderName.hxx
index b3ff30d24b81..cecfbf414e9c 100644
--- a/include/svtools/QueryFolderName.hxx
+++ b/include/svtools/QueryFolderName.hxx
@@ -45,10 +45,10 @@ private:
public:
QueryFolderNameDialog( Window* _pParent,
- const String& rTitle,
- const String& rDefaultText,
- String* pGroupName = NULL );
- String GetName() const { return aNameEdit.GetText(); }
+ const OUString& rTitle,
+ const OUString& rDefaultText,
+ OUString* pGroupName = NULL );
+ OUString GetName() const { return aNameEdit.GetText(); }
};
}