summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-04 20:01:36 +0200
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-04 20:01:36 +0200
commite2ad46c4d4bb61681caf69938ee0fc41f69d9de3 (patch)
treebba7a58523f45b58b6be2772768fa876aced7219 /svx/source/tbxctrls
parentdb3bae48af6b96d853b204f065b5843c4f7f712e (diff)
fix warnings
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r--svx/source/tbxctrls/grafctrl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/tbxctrls/grafctrl.cxx b/svx/source/tbxctrls/grafctrl.cxx
index f73e9b756ccf..aae0bd4fc12b 100644
--- a/svx/source/tbxctrls/grafctrl.cxx
+++ b/svx/source/tbxctrls/grafctrl.cxx
@@ -354,6 +354,7 @@ ImplGrafControl::ImplGrafControl( Window* pParent, USHORT nSlotId, const rtl::OU
maImage.Show();
// FIXME: HELPID
+ (void)nSlotId;
// maField.SetHelpId( nSlotId );
maField.SetHelpId( rtl::OUStringToOString( rCmd, RTL_TEXTENCODING_UTF8 ) );
maField.Show();