diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-20 14:27:36 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-20 14:30:51 +0300 |
commit | 08a7b542533d8de0a8fde5c2e836070b3c5592a3 (patch) | |
tree | 97efd1474a8aeb6efc97a39acd1a3ea3d995920b /svx/source/sidebar/tools | |
parent | a6e8a1def65ea8f12662c3e295590d6cc59ea4a8 (diff) |
WaE: unused parameter 'pBindings'
Change-Id: I4569c83fad5974d95f667e6ddd40648e4951e10f
Diffstat (limited to 'svx/source/sidebar/tools')
-rw-r--r-- | svx/source/sidebar/tools/ColorControl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/tools/ColorControl.cxx b/svx/source/sidebar/tools/ColorControl.cxx index a943d2eda046..ba43c0fc367d 100644 --- a/svx/source/sidebar/tools/ColorControl.cxx +++ b/svx/source/sidebar/tools/ColorControl.cxx @@ -85,7 +85,7 @@ namespace { ColorControl::ColorControl ( Window* pParent, - SfxBindings* pBindings, + SfxBindings* /* pBindings */, const ResId& rControlResId, const ResId& rValueSetResId, const ::boost::function<Color(void)>& rNoColorGetter, |