summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-25 15:34:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-25 15:34:52 +0000
commit81a8cc74df3b52ca75e424122bafde22d6c50c00 (patch)
tree27745074c27e43bde23f1bebf57158446282c163
parent1dbcfd766e9ed599da8e9708e56345c43472c597 (diff)
WaE: get member init order list correct
-rw-r--r--sd/source/ui/inc/DrawViewShell.hxx4
-rw-r--r--sd/source/ui/view/drviewsa.cxx1
2 files changed, 3 insertions, 2 deletions
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)
{