From 81a8cc74df3b52ca75e424122bafde22d6c50c00 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 25 Mar 2011 15:34:52 +0000 Subject: WaE: get member init order list correct --- sd/source/ui/inc/DrawViewShell.hxx | 4 ++-- sd/source/ui/view/drviewsa.cxx | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'sd/source') diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx index 63df6e195922..ded8df20a0d8 100644 --- a/sd/source/ui/inc/DrawViewShell.hxx +++ b/sd/source/ui/inc/DrawViewShell.hxx @@ -72,8 +72,6 @@ class DrawViewShell : public ViewShell, public SfxListener { - sal_uInt32 nF3ShiftCounter; - public: static const int SLOTARRAY_COUNT = 24; @@ -438,6 +436,8 @@ private: */ bool mbIsInSwitchPage; + sal_uInt32 nF3ShiftCounter; + void Construct (DrawDocShell* pDocSh, PageKind ePageKind); /** Depending on the given request create a new page or duplicate an diff --git a/sd/source/ui/view/drviewsa.cxx b/sd/source/ui/view/drviewsa.cxx index 57a13d4c30b5..34f500da862b 100644 --- a/sd/source/ui/view/drviewsa.cxx +++ b/sd/source/ui/view/drviewsa.cxx @@ -140,6 +140,7 @@ void SAL_CALL ScannerEventListener::disposing( const ::com::sun::star::lang::Eve DrawViewShell::DrawViewShell( SfxViewFrame* pFrame, ViewShellBase& rViewShellBase, ::Window* pParentWindow, PageKind ePageKind, FrameView* pFrameViewArgument ) : ViewShell (pFrame, pParentWindow, rViewShellBase) , maTabControl(this, pParentWindow) +, mbIsLayerModeActive(false) , mbIsInSwitchPage(false) , nF3ShiftCounter(0) { -- cgit