summaryrefslogtreecommitdiff
path: root/xmloff/source/table
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-06-04 08:49:55 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-06-04 08:49:55 +0000
commit010170ca63869e72a4c199a82960400b9c752077 (patch)
treee72c563df78dfac1f4e459b7f3acdbbcb5153bef /xmloff/source/table
parent7a72dc5ee09aed86bb43b5db83e18655de6e83d8 (diff)
INTEGRATION: CWS odfversionedexport (1.3.22); FILE MERGED
2008/04/30 14:56:20 iha 1.3.22.1: #i88889# ODF: Omit export of OFD 1.2 properties when 1.1 is set
Diffstat (limited to 'xmloff/source/table')
-rw-r--r--xmloff/source/table/XMLTableExport.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/table/XMLTableExport.cxx b/xmloff/source/table/XMLTableExport.cxx
index f3df5cb3d086..1fe2127e1a6e 100644
--- a/xmloff/source/table/XMLTableExport.cxx
+++ b/xmloff/source/table/XMLTableExport.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: XMLTableExport.cxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -69,10 +69,10 @@ using namespace ::xmloff::token;
// --------------------------------------------------------------------
-#define _MAP(name,prefix,token,type,context) { name, sizeof(name)-1, prefix, token, type, context }
+#define _MAP(name,prefix,token,type,context) { name, sizeof(name)-1, prefix, token, type, context, SvtSaveOptions::ODFVER_010 }
#define CMAP(name,prefix,token,type,context) _MAP(name,prefix,token,type|XML_TYPE_PROP_TABLE_COLUMN,context)
#define RMAP(name,prefix,token,type,context) _MAP(name,prefix,token,type|XML_TYPE_PROP_TABLE_ROW,context)
-#define MAP_END { 0L, 0, 0, XML_EMPTY, 0, 0 }
+#define MAP_END { 0L, 0, 0, XML_EMPTY, 0, 0, SvtSaveOptions::ODFVER_010 }
// --------------------------------------------------------------------