diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-07 11:57:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-07 12:07:43 +0200 |
commit | cb2b7a951ba447796611eaf411842ef9572a3d6c (patch) | |
tree | 53c489ad61e855e1732e048a2b137cd4eec184f3 /include/vcl/menu.hxx | |
parent | 51e472296b42ea27532c80f68ed741ce204e1e59 (diff) |
loplugin:staticmethods: vcl
Change-Id: I9a563100400375cd185729282b3e4f1ff3a44151
Diffstat (limited to 'include/vcl/menu.hxx')
-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 38681ab2a169..684c2a832fe3 100644 --- a/include/vcl/menu.hxx +++ b/include/vcl/menu.hxx @@ -196,7 +196,7 @@ protected: // returns native submenu arrow size and spacing from right border // return value is whether it's supported natively - SAL_DLLPRIVATE bool ImplGetNativeSubmenuArrowSize(vcl::RenderContext& rRenderContext, Size& rArrowSize, long& rArrowSpacing) const; + SAL_DLLPRIVATE static bool ImplGetNativeSubmenuArrowSize(vcl::RenderContext& rRenderContext, Size& rArrowSize, long& rArrowSpacing); SAL_DLLPRIVATE void ImplAddDel( ImplMenuDelData &rDel ); SAL_DLLPRIVATE void ImplRemoveDel( ImplMenuDelData &rDel ); |