summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-04 11:25:23 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:55:00 +0200
commit949915430b1a2a69fcb08c3fc679fa068968539c (patch)
treeba851a7f1d815e9b42897610bc9524739614373a /svx/source/tbxctrls
parent40d7608667014d54562658daec4650d068621e90 (diff)
convert svx/inc/*.hxx from String to OUString
Change-Id: I446812579d1f30fdeef94ca9d77e6cd961226100
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r--svx/source/tbxctrls/tbunosearchcontrollers.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbunosearchcontrollers.cxx b/svx/source/tbxctrls/tbunosearchcontrollers.cxx
index 93c743b53b40..a17141440717 100644
--- a/svx/source/tbxctrls/tbunosearchcontrollers.cxx
+++ b/svx/source/tbxctrls/tbunosearchcontrollers.cxx
@@ -136,7 +136,7 @@ FindTextFieldControl::~FindTextFieldControl()
{
}
-void FindTextFieldControl::Remember_Impl(const String& rStr)
+void FindTextFieldControl::Remember_Impl(const OUString& rStr)
{
sal_uInt16 nCount = GetEntryCount();