summaryrefslogtreecommitdiff
path: root/xmloff/source/style
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-06-04 08:49:39 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-06-04 08:49:39 +0000
commit7a72dc5ee09aed86bb43b5db83e18655de6e83d8 (patch)
treeda6e128e5438f62f12710a3312fb555443bbbe7b /xmloff/source/style
parent84cb82658be0026955815af709e2d6137b1d6f25 (diff)
INTEGRATION: CWS odfversionedexport (1.11.22); FILE MERGED
2008/04/30 14:50:29 iha 1.11.22.1: #i88889# ODF: Omit export of OFD 1.2 properties when 1.1 is set
Diffstat (limited to 'xmloff/source/style')
-rw-r--r--xmloff/source/style/xmlprmap.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/xmloff/source/style/xmlprmap.cxx b/xmloff/source/style/xmlprmap.cxx
index 0d9e97f6d244..0beeab24262f 100644
--- a/xmloff/source/style/xmlprmap.cxx
+++ b/xmloff/source/style/xmlprmap.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xmlprmap.cxx,v $
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
* This file is part of OpenOffice.org.
*
@@ -58,6 +58,7 @@ XMLPropertySetMapperEntry_Impl::XMLPropertySetMapperEntry_Impl(
nXMLNameSpace( rMapEntry.mnNameSpace ),
nType( rMapEntry.mnType ),
nContextId( rMapEntry.mnContextId ),
+ nEarliestODFVersionForExport( rMapEntry.mnEarliestODFVersionForExport ),
pHdl( rFactory->GetPropertyHandler( rMapEntry.mnType & MID_FLAG_MASK ) )
{
}
@@ -69,6 +70,7 @@ XMLPropertySetMapperEntry_Impl::XMLPropertySetMapperEntry_Impl(
nXMLNameSpace( rEntry.nXMLNameSpace),
nType( rEntry.nType),
nContextId( rEntry.nContextId),
+ nEarliestODFVersionForExport( rEntry.nEarliestODFVersionForExport ),
pHdl( rEntry.pHdl)
{
DBG_ASSERT( pHdl, "Unknown XML property type handler!" );