summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlimp.cxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-12-06 13:25:52 +0000
committerMichael Brauer <mib@openoffice.org>2000-12-06 13:25:52 +0000
commite10073d8d028503c122375a34a6ae60d1e315840 (patch)
tree7349378985dccf9e052a19255f86325aedbfe241 /sw/source/filter/xml/xmlimp.cxx
parentcc6e59f0cc2e5e00fc4c90cad1e6c5c0adf281b0 (diff)
#80689#: preserve Z-Order in XML filter
Diffstat (limited to 'sw/source/filter/xml/xmlimp.cxx')
-rw-r--r--sw/source/filter/xml/xmlimp.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmlimp.cxx b/sw/source/filter/xml/xmlimp.cxx
index bc6f16f2c42e..9381ebc0de2e 100644
--- a/sw/source/filter/xml/xmlimp.cxx
+++ b/sw/source/filter/xml/xmlimp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlimp.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mib $ $Date: 2000-12-02 10:57:15 $
+ * last change: $Author: mib $ $Date: 2000-12-06 14:25:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -320,6 +320,9 @@ SwXMLImport::SwXMLImport(
rDoc.GetTxtCollFromPool(RES_POOLCOLL_STANDARD) );
}
}
+
+ // We need a draw model to be able to set the z order
+ rDoc.MakeDrawModel();
}
SwXMLImport::~SwXMLImport()