summaryrefslogtreecommitdiffstats
path: root/vcl/unx
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-03-30 12:20:47 -0400
committerPeter Foley <pefoley2@verizon.net>2013-03-30 13:01:09 -0400
commit4f811c04744557c2254ab7311b148e9b08f7c573 (patch)
treea052bae9d60b9b7cc4072b424a938203667ff54e /vcl/unx
parentsilence compilerplugin build (diff)
downloadcore-4f811c04744557c2254ab7311b148e9b08f7c573.tar.gz
core-4f811c04744557c2254ab7311b148e9b08f7c573.zip
fix loplugin warnings
Change-Id: I17593ac6e495213a1ef99d4d5525a6e38aee0bc7
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/gtk/window/gtksalmenu.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/unx/gtk/window/gtksalmenu.cxx b/vcl/unx/gtk/window/gtksalmenu.cxx
index 605db0de91ef..132d3a301c25 100644
--- a/vcl/unx/gtk/window/gtksalmenu.cxx
+++ b/vcl/unx/gtk/window/gtksalmenu.cxx
@@ -298,7 +298,6 @@ void GtkSalMenu::ImplUpdate( gboolean bRecurse )
// Get internal menu item values.
String aText = pVCLMenu->GetItemText( nId );
- rtl::OUString aCommand( pVCLMenu->GetItemCommand( nId ) );
sal_Bool itemEnabled = pVCLMenu->IsItemEnabled( nId );
KeyCode nAccelKey = pVCLMenu->GetAccelKey( nId );
sal_Bool itemChecked = pVCLMenu->IsItemChecked( nId );