summaryrefslogtreecommitdiff
path: root/vcl/inc/salmenu.hxx
diff options
context:
space:
mode:
authorAntonio Fernandez <antonio.fernandez@aentos.es>2012-08-08 16:18:14 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-11-14 13:52:40 +0100
commit36c1c2c2754dda6e8d2b2802e3881465adaafbec (patch)
tree2ca7be5a645ce06fac0b5b09c1258b3906f6f8a2 /vcl/inc/salmenu.hxx
parentba8ab7935c9d12b3f5ce1df64fafc2e4f68c4510 (diff)
Added GLOMenu and GLOActionGroup. Menu is published with actions (not working)
Change-Id: I3400980e4605fbf78755532c696e021d3466675b
Diffstat (limited to 'vcl/inc/salmenu.hxx')
-rw-r--r--vcl/inc/salmenu.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/salmenu.hxx b/vcl/inc/salmenu.hxx
index 83f6fdc25641..50d4ed93e7fc 100644
--- a/vcl/inc/salmenu.hxx
+++ b/vcl/inc/salmenu.hxx
@@ -81,6 +81,8 @@ public:
virtual bool ShowNativePopupMenu(FloatingWindow * pWin, const Rectangle& rRect, sal_uLong nFlags);
virtual bool AddMenuBarButton( const SalMenuButtonItem& ); // return false if not implemented or failure
virtual void RemoveMenuBarButton( sal_uInt16 nId );
+
+ virtual void SetItemCommand( unsigned nPos, SalMenuItem* pSalMenuItem, const rtl::OUString& aCommandStr ) {}
virtual void Freeze() {}
// return an empty rectangle if not implemented