summaryrefslogtreecommitdiff
path: root/include/svx/sidebar
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-04 14:11:37 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:55:07 +0200
commit71622632e67de680376b09d9d23e285c4fb2eea3 (patch)
tree289bef375631ae69d1dbad6cb06dd71543d0813b /include/svx/sidebar
parenta4da41c429afecf8fbbb11930fcd254df6d16570 (diff)
convert svx/source/sidebar/*.cxx from String to OUString
Change-Id: I57bd0ade23a17cd2c8edfd2549ae131d80ab7592
Diffstat (limited to 'include/svx/sidebar')
-rw-r--r--include/svx/sidebar/ColorControl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sidebar/ColorControl.hxx b/include/svx/sidebar/ColorControl.hxx
index 6cec9cbb3e70..1ba2e3414fcc 100644
--- a/include/svx/sidebar/ColorControl.hxx
+++ b/include/svx/sidebar/ColorControl.hxx
@@ -58,7 +58,7 @@ public:
const ResId& rControlResId,
const ResId& rValueSetResId,
const ::boost::function<Color(void)>& rNoColorGetter,
- const ::boost::function<void(String&,Color)>& rColorSetter,
+ const ::boost::function<void(OUString&,Color)>& rColorSetter,
FloatingWindow* pFloatingWindow,
const ResId* pNoColorStringResId);
virtual ~ColorControl (void);
@@ -73,7 +73,7 @@ private:
FloatingWindow* mpFloatingWindow;
const OUString msNoColorString;
::boost::function<Color(void)> maNoColorGetter;
- ::boost::function<void(String&,Color)> maColorSetter;
+ ::boost::function<void(OUString&,Color)> maColorSetter;
void FillColors (void);
DECL_LINK(VSSelectHdl, void *);