diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-03 08:27:46 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-05 08:54:23 +0200 |
commit | 976430ba8ed7cf24813cbf1aab502847ab925bde (patch) | |
tree | bab874f768973c37c875d983ed01f938b560107c /include/svx/sidebar | |
parent | 360c1a8e0859b97b1999febdcc928e8bd0935c10 (diff) |
convert include/svx/sidebar/ColorControl.hxx from String to OUString
Change-Id: I15787484a74e82fdc8f6c16287317fecf4e80557
Diffstat (limited to 'include/svx/sidebar')
-rw-r--r-- | include/svx/sidebar/ColorControl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sidebar/ColorControl.hxx b/include/svx/sidebar/ColorControl.hxx index 6f8faf7640ce..6cec9cbb3e70 100644 --- a/include/svx/sidebar/ColorControl.hxx +++ b/include/svx/sidebar/ColorControl.hxx @@ -71,7 +71,7 @@ public: private: SvxColorValueSet maVSColor; FloatingWindow* mpFloatingWindow; - const String msNoColorString; + const OUString msNoColorString; ::boost::function<Color(void)> maNoColorGetter; ::boost::function<void(String&,Color)> maColorSetter; |