diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-05-10 14:46:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-05-10 14:47:12 +0100 |
commit | b04664511e297b796c8882d05a4fac91924169d3 (patch) | |
tree | 9cf8c40aed601b6ea9cb86c6c2ac5336d509dfee /vcl/source/window/menubarwindow.hxx | |
parent | fcbd824f1b45ae7242cd7b86e98b5d947441759e (diff) |
separate this piece of goo out into a standalone thing
no logic change
Change-Id: Ib03a2516c9b3cf6bedf52760d8f7cb68cc70464f
Diffstat (limited to 'vcl/source/window/menubarwindow.hxx')
-rw-r--r-- | vcl/source/window/menubarwindow.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/window/menubarwindow.hxx b/vcl/source/window/menubarwindow.hxx index 8565eb03b7bf..57127b1fbaac 100644 --- a/vcl/source/window/menubarwindow.hxx +++ b/vcl/source/window/menubarwindow.hxx @@ -148,6 +148,7 @@ public: bool GetMBWHideAccel() const { return mbHideAccel; } void SetMBWMenuKey(bool val) { mbMenuKey = val; } bool GetMBWMenuKey() const { return mbMenuKey; } + bool CanGetFocus() const; }; #endif // INCLUDED_VCL_SOURCE_WINDOW_MENUBARWINDOW_HXX |