diff options
author | Antonio Fernandez <antonio.fernandez@aentos.es> | 2012-10-22 14:29:14 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-11-14 13:52:58 +0100 |
commit | 376e6c3d8348cfa0942f2abbdaf6c4a7c70a93b7 (patch) | |
tree | f16d27fcf269c451e47c6f4d34e442631ae48bb5 /vcl/inc/unx/gtk | |
parent | 23395948b9fdd25fa077bc4a89755ce225739689 (diff) |
Some code refactoring.
Change-Id: I47d9be121898ca66f73488be4b46cc16cc4013a9
Diffstat (limited to 'vcl/inc/unx/gtk')
-rw-r--r-- | vcl/inc/unx/gtk/gtksalmenu.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk/gtksalmenu.hxx index 81ff19320647..5b77a29316f1 100644 --- a/vcl/inc/unx/gtk/gtksalmenu.hxx +++ b/vcl/inc/unx/gtk/gtksalmenu.hxx @@ -40,7 +40,7 @@ class GtkSalMenuItem; // Generate the complete structure of a menu. -static void GenerateFullMenu( GtkSalMenu* pSalMenu ); +//static void GenerateFullMenu( GtkSalMenu* pSalMenu ); class GtkSalMenu : public SalMenu @@ -110,7 +110,8 @@ public: void Deactivate( const gchar* aMenuCommand ); void Display( sal_Bool bVisible ); bool PrepUpdate(); -// void UpdateNativeMenu(); + void Update(); // Update this menu only. + void UpdateFull(); // Update full menu hierarchy from this menu. }; class GtkSalMenuItem : public SalMenuItem |