Kaydet (Commit) 2f837b04 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS odfversionedexport (1.3.22); FILE MERGED

2008/04/30 14:48:24 iha 1.3.22.1: #i88889# ODF: Omit export of OFD 1.2 properties when 1.1 is set
üst f634386a
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: maptype.hxx,v $ * $RCSfile: maptype.hxx,v $
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include <tools/solar.h> #include <tools/solar.h>
#include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Any.hxx>
#include <xmloff/xmltoken.hxx> #include <xmloff/xmltoken.hxx>
#include <svtools/saveopt.hxx>
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////
// //
...@@ -52,6 +53,7 @@ struct XMLPropertyMapEntry ...@@ -52,6 +53,7 @@ struct XMLPropertyMapEntry
additional rules how additional rules how
to im/export the porperty */ to im/export the porperty */
sal_Int16 mnContextId; /// User defined id for context filtering sal_Int16 mnContextId; /// User defined id for context filtering
SvtSaveOptions::ODFDefaultVersion mnEarliestODFVersionForExport;// no export when the used ODF version is lower than this
}; };
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment