summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gtk/gtksalmenu.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-04-19 11:13:05 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-04-19 11:17:37 +0200
commit26d092b3635680248f8b176564409e6c0c24bfbf (patch)
tree7f7de22ea99bbeb6bc8f1362fc842373396d937b /vcl/inc/unx/gtk/gtksalmenu.hxx
parentbffb03fbc13ec5a1ec6e38773e9f19f7dadf68ff (diff)
lp#1085169: we overactivate here, as it does not seem to hurt
Change-Id: I4f6e76347c5c9b5c67a09b8c3dcd1b1708e8e703
Diffstat (limited to 'vcl/inc/unx/gtk/gtksalmenu.hxx')
-rw-r--r--vcl/inc/unx/gtk/gtksalmenu.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk/gtksalmenu.hxx
index 35915d8198e4..d161c61b3d54 100644
--- a/vcl/inc/unx/gtk/gtksalmenu.hxx
+++ b/vcl/inc/unx/gtk/gtksalmenu.hxx
@@ -52,6 +52,7 @@ private:
GtkSalMenu* GetMenuForItemCommand( gchar* aCommand, gboolean bGetSubmenu );
void ImplUpdate( gboolean bRecurse );
+ void ActivateAllSubmenus(MenuBar* pMenuBar);
public:
GtkSalMenu( sal_Bool bMenuBar );
@@ -97,7 +98,7 @@ public:
void NativeSetAccelerator( unsigned nSection, unsigned nItemPos, const KeyCode& rKeyCode, const OUString& rKeyName );
void DispatchCommand( gint itemId, const gchar* aCommand );
- void Activate( const gchar* aMenuCommand );
+ void Activate();
void Deactivate( const gchar* aMenuCommand );
void Display( sal_Bool bVisible );
bool PrepUpdate();