summaryrefslogtreecommitdiffstats
path: root/include/xmloff/maptype.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-12-17 21:16:04 +0100
committerEike Rathke <erack@redhat.com>2013-12-20 03:26:56 +0100
commit9dd7ee88bd9835ae2bae36093100fcd651fd3aeb (patch)
treed219bac57ef502dd1ae1eb6f03c6584e2cfcc058 /include/xmloff/maptype.hxx
parentjust beautify this a little (diff)
downloadcore-9dd7ee88bd9835ae2bae36093100fcd651fd3aeb.tar.gz
core-9dd7ee88bd9835ae2bae36093100fcd651fd3aeb.zip
prepared XMLPropertyMapEntry with mbImportOnly flag
Change-Id: Id5a54a591a42c836884af1fd09dc055f2fce6db5
Diffstat (limited to 'include/xmloff/maptype.hxx')
-rw-r--r--include/xmloff/maptype.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/xmloff/maptype.hxx b/include/xmloff/maptype.hxx
index 36482e2b0d32..97e62d4b3803 100644
--- a/include/xmloff/maptype.hxx
+++ b/include/xmloff/maptype.hxx
@@ -43,6 +43,14 @@ struct XMLPropertyMapEntry
to im/export the porperty */
sal_Int16 mnContextId; /// User defined id for context filtering
SvtSaveOptions::ODFDefaultVersion mnEarliestODFVersionForExport;// no export when the used ODF version is lower than this
+
+ /** Flag to specify whether entry is only used during import.
+
+ Allows to handle more than one Namespace/XML-Name to Property-Name
+ mapping, i.e. for extensions. If several entries for the same
+ Property-Name exist, all except one must have this flag set.
+ */
+ bool mbImportOnly;
};
///////////////////////////////////////////////////////////////////////////