diff options
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/transform/AttrTransformerAction.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/transform/AttrTransformerAction.hxx b/xmloff/source/transform/AttrTransformerAction.hxx index 8fbb2548a3cb..70b3537a6de1 100644 --- a/xmloff/source/transform/AttrTransformerAction.hxx +++ b/xmloff/source/transform/AttrTransformerAction.hxx @@ -93,9 +93,9 @@ enum XMLAttrTransformerAction XML_ATACTION_MACRO_NAME, XML_ATACTION_MACRO_LOCATION, XML_ATACTION_DLG_BORDER, - XML_ATACTION_URI_OOO, // an URI in OOo notation + XML_ATACTION_URI_OOO, // a URI in OOo notation // - param1: pacakage URI are supported - XML_ATACTION_URI_OASIS, // an URI in OASIS notation + XML_ATACTION_URI_OASIS, // a URI in OASIS notation // - param1: pacakage URI are supported XML_ATACTION_RENAME_ATTRIBUTE, // rename up to 3 different possible values of an attribute // - param1: token of old attribute value (lower 16 bit) |