From 71622632e67de680376b09d9d23e285c4fb2eea3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 4 Sep 2013 14:11:37 +0200 Subject: convert svx/source/sidebar/*.cxx from String to OUString Change-Id: I57bd0ade23a17cd2c8edfd2549ae131d80ab7592 --- include/svx/sidebar/ColorControl.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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& rNoColorGetter, - const ::boost::function& rColorSetter, + const ::boost::function& rColorSetter, FloatingWindow* pFloatingWindow, const ResId* pNoColorStringResId); virtual ~ColorControl (void); @@ -73,7 +73,7 @@ private: FloatingWindow* mpFloatingWindow; const OUString msNoColorString; ::boost::function maNoColorGetter; - ::boost::function maColorSetter; + ::boost::function maColorSetter; void FillColors (void); DECL_LINK(VSSelectHdl, void *); -- cgit