diff options
author | Antonio Fernandez <antonio.fernandez@aentos.es> | 2012-09-12 11:39:11 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-11-14 13:52:47 +0100 |
commit | cfc3eded6233996ad7103d256b8a36e8d31df3b9 (patch) | |
tree | b9652e82b22ee1d5a283ac5f95d584be9545f5fd /vcl/inc | |
parent | 1d4719b3a75babd6a7368bc06dd18b4251ffed93 (diff) |
Some code reordering and cleaning.
Change-Id: Ide46f6f68f3ba2632988b490820cb1ca576bab43
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/gtk/gtksalmenu.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk/gtksalmenu.hxx index 04b736137fa3..d88c50d181ad 100644 --- a/vcl/inc/unx/gtk/gtksalmenu.hxx +++ b/vcl/inc/unx/gtk/gtksalmenu.hxx @@ -61,7 +61,6 @@ public: GtkSalMenu( sal_Bool bMenuBar ); virtual ~GtkSalMenu(); - virtual void SetVisibleMenuBar( sal_Bool bVisible ); virtual sal_Bool VisibleMenuBar(); // must return TRUE to actually DISPLAY native menu bars // otherwise only menu messages are processed (eg, OLE on Windows) @@ -105,7 +104,6 @@ public: virtual ~GtkSalMenuItem(); sal_uInt16 mnId; // Item ID - MenuItemBits mnBits; // Item bits MenuItemType mnType; // Item type Menu* mpVCLMenu; // VCL Menu into which this MenuItem is inserted GtkSalMenu* mpParentMenu; // The menu in which this menu item is inserted |