summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-27 09:11:24 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-27 20:53:28 +1000
commita9574c492b604ffa1eccb433a1d8c835265240f6 (patch)
tree186c1c641415cd6352961102f64447eda029cea6 /vcl
parent2fb91049670664966dc674831cea2617d528fba4 (diff)
VCL: MenuFloatingWindow::InitMenuClipRegion should be private
Change-Id: I8eace414ba07c188e435aa693331a60cf2aec246
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/menu.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx
index ae8e74a76282..ddecbe05121e 100644
--- a/vcl/source/window/menu.cxx
+++ b/vcl/source/window/menu.cxx
@@ -507,9 +507,11 @@ private:
virtual void StateChanged( StateChangedType nType ) SAL_OVERRIDE;
virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE;
+
+ void InitMenuClipRegion();
+
protected:
Region ImplCalcClipRegion( bool bIncludeLogo = true ) const;
- void InitMenuClipRegion();
void ImplDrawScroller( bool bUp );
using Window::ImplScroll;
void ImplScroll( const Point& rMousePos );