summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-19 23:25:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-19 23:25:54 +0100
commitf52f2e6aaec8263922befe9203416b7a5c54753c (patch)
treec3e6703b87434dbec5d9ae9462e19159a4f56b6f
parent8373ae58eb0dfb57d5145afaf6830ec9f05849de (diff)
DeactivateMenuBar can be non-virtual now
...after 9c09d4d0d36076d39926eeaf7774171df3b55e52 "tdf#96888 - Kill internal vcl dog-tags ..." Change-Id: I12c30f5ec3d498561b47ae61b34326d4a1f380d7
-rw-r--r--include/vcl/menu.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx
index 7e6b244f7e70..774fd40fdf45 100644
--- a/include/vcl/menu.hxx
+++ b/include/vcl/menu.hxx
@@ -448,7 +448,7 @@ public:
virtual void ClosePopup(Menu* pMenu) override;
/// Deactivate the MenuBarWindow.
- virtual void DeactivateMenuBar(VclPtr<vcl::Window>& xFocusId);
+ void DeactivateMenuBar(VclPtr<vcl::Window>& xFocusId);
/// Forward the KeyInput call to the MenuBar.
virtual void MenuBarKeyInput(const KeyEvent& rEvent) override;