Author: paveljanik
Date: Wed Nov 27 09:35:48 2013
New Revision: 1545975

URL: http://svn.apache.org/r1545975
Log:
WaE: reorder initializations properly to prevent compiler warnings.

Modified:
    openoffice/trunk/main/sw/source/ui/uiview/view.cxx

Modified: openoffice/trunk/main/sw/source/ui/uiview/view.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/ui/uiview/view.cxx?rev=1545975&r1=1545974&r2=1545975&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/ui/uiview/view.cxx (original)
+++ openoffice/trunk/main/sw/source/ui/uiview/view.cxx Wed Nov 27 09:35:48 2013
@@ -727,6 +727,9 @@ SwView::SwView( SfxViewFrame *_pFrame, S
        : SfxViewShell( _pFrame, SWVIEWFLAGS ),
        aPageStr( SW_RES( STR_PAGE )),
     nNewPage(USHRT_MAX),
+    //IAccessibility2 Implementation 2009-----
+       nOldPageNum(0),
+    //-----IAccessibility2 Implementation 2009
     pNumRuleNodeFromDoc(0), // #i23726#
        pEditWin( new SwEditWin( &_pFrame->GetWindow(), *this ) ),
        pWrtShell(0),
@@ -763,9 +766,6 @@ SwView::SwView( SfxViewFrame *_pFrame, S
        nFormSfxId( USHRT_MAX ),
     nLastPasteDestination( 0xFFFF ),
     nLeftBorderDistance( 0 ),
-    //IAccessibility2 Implementation 2009-----
-       nOldPageNum(0),
-    //-----IAccessibility2 Implementation 2009
     nRightBorderDistance( 0 ),
     bInMailMerge(sal_False),
     bInDtor(sal_False),


Reply via email to