diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-08-27 08:44:25 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-08-27 08:44:50 +0200 |
commit | a519c883e97e35f4d11567d55ecd45837f25aa4e (patch) | |
tree | b34296ee53aa6634b705c79be68a1e2e1d537348 /include | |
parent | 8be00a3f757618b98d2407978eec2b8526e33232 (diff) |
No need for IMenuBarWindow abstraction
Change-Id: I5be4cfb951100d36054e409043cb9becbe52338d
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/menu.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx index 6fc495f3e43a..e6109dbc3507 100644 --- a/include/vcl/menu.hxx +++ b/include/vcl/menu.hxx @@ -48,7 +48,7 @@ class CommandEvent; class MenuFloatingWindow; namespace vcl { class Window; } class SalMenu; -class IMenuBarWindow; +class MenuBarWindow; struct SystemMenuData; enum class FloatWinPopupFlags; @@ -434,8 +434,8 @@ class VCL_DLLPUBLIC MenuBar : public Menu protected: - /// Return the IMenuBarWindow interface. - IMenuBarWindow* getMenuBarWindow(); + /// Return the MenuBarWindow. + MenuBarWindow* getMenuBarWindow(); public: MenuBar(); |