diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-04 23:37:38 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-05 09:10:04 +0100 |
commit | e84e45ef361a5e03a1a69d15d27ebb61f7b1b5cb (patch) | |
tree | c98cb42b3ed94c82d6022a1c0add4e1cfd1984e9 /include | |
parent | ac16358c2afe36babcc64ea59ea44d42dc65fe5b (diff) |
loplugin:cstylecast, involving pointer to incomplete type
Change-Id: I0177a0f50ba65553773f43a28e8790f7e1f8de9b
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/menu.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx index 207b01293926..9b7e522b5ab0 100644 --- a/include/vcl/menu.hxx +++ b/include/vcl/menu.hxx @@ -500,7 +500,7 @@ class VCL_DLLPUBLIC PopupMenu : public Menu private: Menu** pRefAutoSubMenu; // keeps track if a pointer to this Menu is stored in the MenuItemData - SAL_DLLPRIVATE MenuFloatingWindow* ImplGetFloatingWindow() const { return (MenuFloatingWindow*)Menu::ImplGetWindow(); } + SAL_DLLPRIVATE MenuFloatingWindow * ImplGetFloatingWindow() const; protected: SAL_DLLPRIVATE sal_uInt16 ImplExecute( vcl::Window* pWindow, const Rectangle& rRect, sal_uLong nPopupFlags, Menu* pStaredFrom, bool bPreSelectFirst ); |