[Libreoffice-commits] .: sd/source

Caolán McNamara caolan at kemper.freedesktop.org
Fri Mar 25 08:34:59 PDT 2011


 sd/source/ui/inc/DrawViewShell.hxx |    4 ++--
 sd/source/ui/view/drviewsa.cxx     |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 533dd04b6200e3c0f8cd41cabe42640d4c169481
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Mar 25 15:34:52 2011 +0000

    WaE: get member init order list correct

diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx
index 52e7456..8b3aef8 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 f651396..10142cf 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)
 {


More information about the Libreoffice-commits mailing list