diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-03-01 17:35:47 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-03-01 17:35:47 +0100 |
commit | 5af303c0cd4d46c459c6b90712843967d716c866 (patch) | |
tree | fb2187ba1e3ceb7fe27bf8c147ff5b47460c576d /svx | |
parent | a0cd57b926830e8798a5019b30776e94dd97c8a1 (diff) |
-Werror=unused-variable
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index b750152735ae..d24421d25e2c 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -2319,8 +2319,6 @@ void SvxColorExtToolBoxControl::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) { - sal_uInt16 nId = GetId(); - ToolBox& rTbx = GetToolBox(); const SvxColorItem* pItem = 0; if ( bChoiceFromPalette ) { |