summaryrefslogtreecommitdiff
path: root/xmloff/source/core
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 12:39:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 12:39:22 +0000
commit1ea724582e1ecefbf4695a0e900a35ab1c4f53b9 (patch)
tree6da81e18647787c66883bf1016f9e8b93c141f07 /xmloff/source/core
parentd745d8d5a155aac57d57e847a7e074e6c81fbccd (diff)
INTEGRATION: CWS sw8u9bf01_SRC680 (1.132.30); FILE MERGED
2007/10/09 12:10:02 ama 1.132.30.1: Fix #i81584#: Version 1.1 instead 1.0
Diffstat (limited to 'xmloff/source/core')
-rw-r--r--xmloff/source/core/xmlexp.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx
index 388ed67da82d..7d8f20224407 100644
--- a/xmloff/source/core/xmlexp.cxx
+++ b/xmloff/source/core/xmlexp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlexp.cxx,v $
*
- * $Revision: 1.132 $
+ * $Revision: 1.133 $
*
- * last change: $Author: hr $ $Date: 2007-08-03 12:53:22 $
+ * last change: $Author: hr $ $Date: 2007-11-01 13:39:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -229,7 +229,7 @@ using namespace ::com::sun::star::xml::sax;
using namespace ::com::sun::star::io;
using namespace ::xmloff::token;
-sal_Char __READONLY_DATA sXML_1_0[] = "1.0";
+sal_Char __READONLY_DATA sXML_1_1[] = "1.1";
#define LOGFILE_AUTHOR "mb93740"
@@ -1325,7 +1325,7 @@ sal_uInt32 SvXMLExport::exportDoc( enum ::xmloff::token::XMLTokenEnum eClass )
// office:version = ...
if( !mbExtended )
AddAttribute( XML_NAMESPACE_OFFICE, XML_VERSION,
- OUString::createFromAscii(sXML_1_0) );
+ OUString::createFromAscii(sXML_1_1) );
{
enum XMLTokenEnum eRootService = XML_TOKEN_INVALID;