[Libreoffice-commits] .: sc/source

Caolán McNamara caolan at kemper.freedesktop.org
Thu Dec 2 01:08:43 PST 2010


 sc/source/core/data/documen2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 529ffd49f8ef6707a96b45ca37015051ac80508f
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Dec 2 09:08:34 2010 +0000

    WaE, fix member init list

diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx
index ee69f31..be5bf47 100644
--- a/sc/source/core/data/documen2.cxx
+++ b/sc/source/core/data/documen2.cxx
@@ -129,7 +129,6 @@ ScDocument::ScDocument( ScDocumentMode	eMode,
                         SfxObjectShell* pDocShell ) :
         xServiceManager( ::comphelper::getProcessServiceFactory() ),
         mpUndoManager( NULL ),
-        aTableOpList( NULL ),
         pEditEngine( NULL ),
         pNoteEngine( NULL ),
         pNoteItemPool( NULL ),
@@ -171,6 +170,7 @@ ScDocument::ScDocument( ScDocumentMode	eMode,
         nUnoObjectId( 0 ),
         nRangeOverflowType( 0 ),
         aCurTextWidthCalcPos(MAXCOL,0,0),
+        aTableOpList( NULL ),
         nFormulaCodeInTree(0),
         nXMLImportedFormulaCount( 0 ),
         nInterpretLevel(0),


More information about the Libreoffice-commits mailing list