summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-12-07 11:09:22 +0000
committerMichael Brauer <mib@openoffice.org>2000-12-07 11:09:22 +0000
commitd9f03b3df7766a653b474cb1526e944d9c597461 (patch)
tree13bb2cd9bc0c5c9c030e0db83377c412ff91c3d2 /xmloff
parentbe214a3d6917e002fcc539c32bc6555a2d4fca66 (diff)
#81479#: export script behind meta information
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/xmlexp.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx
index f8cc41baf55e..c19479c268cc 100644
--- a/xmloff/source/core/xmlexp.cxx
+++ b/xmloff/source/core/xmlexp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlexp.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: ka $ $Date: 2000-12-06 20:10:11 $
+ * last change: $Author: mib $ $Date: 2000-12-07 12:09:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -442,11 +442,12 @@ sal_uInt32 SvXMLExport::exportDoc( const sal_Char *pClass )
SvXMLElementExport aElem( *this, XML_NAMESPACE_OFFICE, sXML_document,
sal_True, sal_True );
- _ExportScripts();
-
// meta information
ImplExportMeta();
+ // scripts
+ _ExportScripts();
+
// styles
ImplExportStyles( sal_False );