summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-10-21 07:37:46 +0000
committerOliver Bolte <obo@openoffice.org>2003-10-21 07:37:46 +0000
commited26b91eb6eb8e0cbad5ff5962f93c541169b990 (patch)
tree08faa9b2f70c9899741b89edf357d1cca67efb0d /xmloff
parent3cc45d1774f16f131ff0f1910980f2fcc9531bb4 (diff)
INTEGRATION: CWS formcelllinkage (1.71.72); FILE MERGED
2003/10/01 09:55:16 fs 1.71.72.1: #i18994# merging the changes from the CWS fs002
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/xmlimp.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx
index 84b47d37a774..7f4c2c582af5 100644
--- a/xmloff/source/core/xmlimp.cxx
+++ b/xmloff/source/core/xmlimp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlimp.cxx,v $
*
- * $Revision: 1.71 $
+ * $Revision: 1.72 $
*
- * last change: $Author: hr $ $Date: 2003-04-28 16:08:15 $
+ * last change: $Author: obo $ $Date: 2003-10-21 08:37:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -576,6 +576,11 @@ void SAL_CALL SvXMLImport::endDocument( void )
if( xMasterStyles.Is() )
((SvXMLStylesContext *)&xMasterStyles)->Clear();
+ // possible form-layer related knittings which can only be done when
+ // the whole document exists
+ if ( mxFormImport.is() )
+ mxFormImport->documentDone();
+
// The shape import helper does the z-order sorting in the dtor,
// so it must be deleted here, too.
mxShapeImport = NULL;