diff options
author | Sascha Ballach <sab@openoffice.org> | 2001-03-22 11:47:26 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2001-03-22 11:47:26 +0000 |
commit | e652b6f59b0b31772c895aad6f2eff136744020c (patch) | |
tree | 0b4257057bc6a06804941d361b43d582b7dca5d5 | |
parent | 64f9e2b8139f5e6a2f9b1314a72d3c882ac7d2ee (diff) |
now exports the settings with the right root element name
-rw-r--r-- | xmloff/source/core/xmlexp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx index d18563f5a982..0d9ef7c3470d 100644 --- a/xmloff/source/core/xmlexp.cxx +++ b/xmloff/source/core/xmlexp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlexp.cxx,v $ * - * $Revision: 1.48 $ + * $Revision: 1.49 $ * - * last change: $Author: jl $ $Date: 2001-03-22 12:17:07 $ + * last change: $Author: sab $ $Date: 2001-03-22 12:47:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -665,7 +665,7 @@ sal_uInt32 SvXMLExport::exportDoc( const sal_Char *pClass ) { char* pRootService; - const sal_Int32 nExportMode = mnExportFlags & (EXPORT_META|EXPORT_STYLES|EXPORT_CONTENT); + const sal_Int32 nExportMode = mnExportFlags & (EXPORT_META|EXPORT_STYLES|EXPORT_CONTENT|EXPORT_STYLES); if( EXPORT_META == nExportMode ) { // export only meta |