summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-08-27 08:44:25 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-08-27 08:44:50 +0200
commita519c883e97e35f4d11567d55ecd45837f25aa4e (patch)
treeb34296ee53aa6634b705c79be68a1e2e1d537348 /include
parentHelp GCC (diff)
downloadcore-a519c883e97e35f4d11567d55ecd45837f25aa4e.tar.gz
core-a519c883e97e35f4d11567d55ecd45837f25aa4e.zip
No need for IMenuBarWindow abstraction
Change-Id: I5be4cfb951100d36054e409043cb9becbe52338d
Diffstat (limited to 'include')
-rw-r--r--include/vcl/menu.hxx6
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();