summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportSharedData.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 11:50:35 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 11:50:35 +0000
commit1d009b5afc8c9cc5a1438633b6362b87c0c8f765 (patch)
tree4735d7a8fbea3f790e9dd28dd3d06240e79d0e8c /sc/source/filter/xml/XMLExportSharedData.cxx
parent3f29c88a7850b2669564489fe8a31c9020ec8b5b (diff)
INTEGRATION: CWS calcuno01 (1.4.332); FILE MERGED
2004/10/13 12:41:40 sab 1.4.332.2: RESYNC: (1.4-1.5); FILE MERGED 2004/01/05 11:55:40 sab 1.4.332.1: #i22706#; improve API using
Diffstat (limited to 'sc/source/filter/xml/XMLExportSharedData.cxx')
-rw-r--r--sc/source/filter/xml/XMLExportSharedData.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/source/filter/xml/XMLExportSharedData.cxx b/sc/source/filter/xml/XMLExportSharedData.cxx
index dbce7f94a0ef..f015030e64ce 100644
--- a/sc/source/filter/xml/XMLExportSharedData.cxx
+++ b/sc/source/filter/xml/XMLExportSharedData.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLExportSharedData.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2004-09-08 13:49:26 $
+ * last change: $Author: vg $ $Date: 2005-03-23 12:50:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,11 +85,10 @@ ScMySharedData::ScMySharedData(const sal_Int32 nTempTableCount) :
pTableShapes(NULL),
pDrawPages(NULL),
pShapesContainer(NULL),
- pDetectiveObjContainer(NULL),
+ pDetectiveObjContainer(new ScMyDetectiveObjContainer()),
pNoteShapes(NULL),
nTableCount(nTempTableCount)
{
- pDetectiveObjContainer = new ScMyDetectiveObjContainer();
}
ScMySharedData::~ScMySharedData()