diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/toolkit/awt/vclxmenu.hxx | 1 | ||||
-rw-r--r-- | include/vcl/button.hxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/toolkit/awt/vclxmenu.hxx b/include/toolkit/awt/vclxmenu.hxx index afdd52b94333..e678d8b5d945 100644 --- a/include/toolkit/awt/vclxmenu.hxx +++ b/include/toolkit/awt/vclxmenu.hxx @@ -71,6 +71,7 @@ protected: DECL_LINK( MenuEventListener, VclMenuEvent&, void ); void ImplCreateMenu( bool bPopup ); + void ImplAddListener(); public: VCLXMenu(); diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx index d8588dca30f5..b511db38f67c 100644 --- a/include/vcl/button.hxx +++ b/include/vcl/button.hxx @@ -76,6 +76,7 @@ public: /// Setup handler for UNO commands so that commands like .uno:Something are handled automagically by this button. void SetCommandHandler(const OUString& aCommand); + const OUString GetCommand() const { return maCommand; } static OUString GetStandardText( StandardButtonType eButton ); |