summaryrefslogtreecommitdiff
path: root/include/xmloff/maptype.hxx
diff options
context:
space:
mode:
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;
};
///////////////////////////////////////////////////////////////////////////