Author: paveljanik
Date: Sat Apr 13 11:59:17 2013
New Revision: 1467599

URL: http://svn.apache.org/r1467599
Log:
Reorder initializations to prevent compiler warnings.

Modified:
    openoffice/trunk/main/svx/inc/svx/nbdtmg.hxx

Modified: openoffice/trunk/main/svx/inc/svx/nbdtmg.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/inc/svx/nbdtmg.hxx?rev=1467599&r1=1467598&r2=1467599&view=diff
==============================================================================
--- openoffice/trunk/main/svx/inc/svx/nbdtmg.hxx (original)
+++ openoffice/trunk/main/svx/inc/svx/nbdtmg.hxx Sat Apr 13 11:59:17 2013
@@ -80,10 +80,10 @@ class  SVX_DLLPUBLIC NumSettings_Impl
 
        public:
                NumSettings_Impl() :
-                       nNumberType(0),
-                               pBrushItem(0),
-                               aSize(0,0),
-                       nParentNumbering(0)
+                 nNumberType(0),
+                 nParentNumbering(0),
+                 pBrushItem(0),
+                 aSize(0,0)
                        {}
                ~NumSettings_Impl(){}
 };
@@ -134,8 +134,8 @@ class  SVX_DLLPUBLIC GrfBulDataRelation:
                BulletsSettings(eTy),
                nTabIndex((sal_uInt16)0xFFFF),
                nGallaryIndex((sal_uInt16)0xFFFF),
-               aSize(0,0),
-               pGrfObj(0)
+               pGrfObj(0),
+               aSize(0,0)
        {}
        virtual ~GrfBulDataRelation(){}
 };


Reply via email to