Kaydet (Commit) 81a8cc74 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: get member init order list correct

üst 1dbcfd76
...@@ -72,8 +72,6 @@ class DrawViewShell ...@@ -72,8 +72,6 @@ class DrawViewShell
: public ViewShell, : public ViewShell,
public SfxListener public SfxListener
{ {
sal_uInt32 nF3ShiftCounter;
public: public:
static const int SLOTARRAY_COUNT = 24; static const int SLOTARRAY_COUNT = 24;
...@@ -438,6 +436,8 @@ private: ...@@ -438,6 +436,8 @@ private:
*/ */
bool mbIsInSwitchPage; bool mbIsInSwitchPage;
sal_uInt32 nF3ShiftCounter;
void Construct (DrawDocShell* pDocSh, PageKind ePageKind); void Construct (DrawDocShell* pDocSh, PageKind ePageKind);
/** Depending on the given request create a new page or duplicate an /** Depending on the given request create a new page or duplicate an
......
...@@ -140,6 +140,7 @@ void SAL_CALL ScannerEventListener::disposing( const ::com::sun::star::lang::Eve ...@@ -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 ) DrawViewShell::DrawViewShell( SfxViewFrame* pFrame, ViewShellBase& rViewShellBase, ::Window* pParentWindow, PageKind ePageKind, FrameView* pFrameViewArgument )
: ViewShell (pFrame, pParentWindow, rViewShellBase) : ViewShell (pFrame, pParentWindow, rViewShellBase)
, maTabControl(this, pParentWindow) , maTabControl(this, pParentWindow)
, mbIsLayerModeActive(false)
, mbIsInSwitchPage(false) , mbIsInSwitchPage(false)
, nF3ShiftCounter(0) , nF3ShiftCounter(0)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment