summaryrefslogtreecommitdiff
path: root/svx/source/dialog/dlgctrl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-03 14:39:20 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:47 +0200
commit40a210a92c5393617aeb16b55ed688364902c255 (patch)
tree7c69755e1cd5134f16a2811cf0407450c8b22812 /svx/source/dialog/dlgctrl.cxx
parentc841b0405ed0d63980b0f92c6b4a45d66ae9010b (diff)
convert include/svx/dlgctrl.hxx from String to OUString
Change-Id: Ic029164e691eba81819b09c7379fccc1160ad849
Diffstat (limited to 'svx/source/dialog/dlgctrl.cxx')
-rw-r--r--svx/source/dialog/dlgctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx
index af07280643fb..d730ea99c640 100644
--- a/svx/source/dialog/dlgctrl.cxx
+++ b/svx/source/dialog/dlgctrl.cxx
@@ -1199,7 +1199,7 @@ void GradientLB::Modify( const XGradientEntry& rEntry, sal_uInt16 nPos, const Bi
/************************************************************************/
-void GradientLB::SelectEntryByList( const XGradientListRef &pList, const String& rStr,
+void GradientLB::SelectEntryByList( const XGradientListRef &pList, const OUString& rStr,
const XGradient& rGradient, sal_uInt16 nDist )
{
long nCount = pList->Count();