summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-04 10:38:05 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:55 +0200
commitdc1cddbb2d3a8a160fb9c25a769b132cb6c977f3 (patch)
treea6a1a8b6ce53f3278f494f1f09bd219bb788ebb1 /svx/source/tbxctrls
parenteb2bc3ca03d0e0eeac4059ca55e640043f8332f4 (diff)
convert svx/source/tbxctrls/colorwindow.hxx from String to OUString
Change-Id: I307f0560782124002453934167664b91fd98e7de
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r--svx/source/tbxctrls/colorwindow.hxx2
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/colorwindow.hxx b/svx/source/tbxctrls/colorwindow.hxx
index 1a0bf5f146e9..edd5adccda9e 100644
--- a/svx/source/tbxctrls/colorwindow.hxx
+++ b/svx/source/tbxctrls/colorwindow.hxx
@@ -54,7 +54,7 @@ public:
SvxColorWindow_Impl( const OUString& rCommand,
sal_uInt16 nSlotId,
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame,
- const String& rWndTitle,
+ const OUString& rWndTitle,
Window* pParentWindow,
const Color rLastColor = COL_AUTO);
~SvxColorWindow_Impl();
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index eca2e22e792b..540e6e783a19 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -1066,9 +1066,9 @@ void SvxFontNameBox_Impl::Select()
#endif
SvxColorWindow_Impl::SvxColorWindow_Impl( const OUString& rCommand,
- sal_uInt16 nSlotId,
+ sal_uInt16 nSlotId,
const Reference< XFrame >& rFrame,
- const String& rWndTitle,
+ const OUString& rWndTitle,
Window* pParentWindow,
const ::Color rLastColor ) :