[Libreoffice-commits] .: sc/source

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


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

New commits:
commit a5b4996e4905d927773dc74f73e5b295b1120892
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Dec 3 09:54:32 2010 +0000

    WaE: ptr_vector ctor takes a size to reserve, not a pointer

diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx
index be5bf47..ec1d4e4 100644
--- a/sc/source/core/data/documen2.cxx
+++ b/sc/source/core/data/documen2.cxx
@@ -170,7 +170,7 @@ ScDocument::ScDocument( ScDocumentMode	eMode,
         nUnoObjectId( 0 ),
         nRangeOverflowType( 0 ),
         aCurTextWidthCalcPos(MAXCOL,0,0),
-        aTableOpList( NULL ),
+        aTableOpList( 0 ),
         nFormulaCodeInTree(0),
         nXMLImportedFormulaCount( 0 ),
         nInterpretLevel(0),


More information about the Libreoffice-commits mailing list