diff options
author | Antonio Fernandez <antonio.fernandez@aentos.es> | 2012-08-14 11:22:57 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-11-14 13:52:42 +0100 |
commit | 62f6cf56fde7151a58f12cb05bdbd248cd59c369 (patch) | |
tree | d7427c8fda37c3eb5271f760f2ff42922a4463cf /vcl/inc | |
parent | acd0d512e9d06459753c6ab4bf65566995198041 (diff) |
Fixed a regression with popup menus. Added a method to update menu every sec.
Change-Id: I419a304f2c90d07ee7a5365e0397040b7eb953d7
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/gtk/gtksalmenu.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk/gtksalmenu.hxx index d0ce612d254e..78ec7a1cf11e 100644 --- a/vcl/inc/unx/gtk/gtksalmenu.hxx +++ b/vcl/inc/unx/gtk/gtksalmenu.hxx @@ -88,7 +88,6 @@ public: virtual void SetAccelerator( unsigned nPos, SalMenuItem* pSalMenuItem, const KeyCode& rKeyCode, const rtl::OUString& rKeyName ); virtual void GetSystemMenuData( SystemMenuData* pData ); virtual void SetItemCommand( unsigned nPos, SalMenuItem* pSalMenuItem, const rtl::OUString& aCommandStr ); - virtual bool ShowNativePopupMenu(FloatingWindow * pWin, const Rectangle& rRect, sal_uLong nFlags); virtual void Freeze(); virtual void SetMenu( Menu* pMenu ) { mpVCLMenu = pMenu; } |