[Libreoffice-commits] .: sw/source

Caolán McNamara caolan at kemper.freedesktop.org
Fri Dec 3 12:17:54 PST 2010


 sw/source/ui/config/viewopt.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit e5293a97f2c51876e0f565ae8da05419ec691ede
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Dec 3 20:17:48 2010 +0000

    WaE: get member init order right

diff --git a/sw/source/ui/config/viewopt.cxx b/sw/source/ui/config/viewopt.cxx
index 929bd12..07f245d 100644
--- a/sw/source/ui/config/viewopt.cxx
+++ b/sw/source/ui/config/viewopt.cxx
@@ -169,6 +169,7 @@ void SwViewOption::PaintPostIts( OutputDevice *pOut, const SwRect &rRect, sal_Bo
 }
 
 SwViewOption::SwViewOption() :
+    sSymbolFont( RTL_CONSTASCII_USTRINGPARAM( "symbol" ) ),
     aRetoucheColor( COL_TRANSPARENT ),
     mnViewLayoutColumns( 0 ),
     nPagePrevRow( 1 ),
@@ -183,8 +184,6 @@ SwViewOption::SwViewOption() :
     bBookview(FALSE),
     mbViewLayoutBookMode(FALSE),
     bShowPlaceHolderFields( sal_True ),
-
-    sSymbolFont( RTL_CONSTASCII_USTRINGPARAM( "symbol" ) ),
     nZoom( 100 ),
     eZoom( SVX_ZOOM_PERCENT ),
     nTblDest(TBL_DEST_CELL)


More information about the Libreoffice-commits mailing list