diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-06 21:32:04 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-06 21:32:04 +0100 |
commit | a4285867cdac221f34cffe2e6c1893684fe4c62e (patch) | |
tree | bf9485ddb4a9483d76a6569fad7b5abc1d774929 /include/xmloff | |
parent | 4ed804d92850ceeacedf861865c32bf233d46924 (diff) |
Typo: atribute(s) -> attribute(s)
Change-Id: I5434402e372c4567b2c3f96f5c175618ba3e5cfb
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmltypes.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmltypes.hxx b/include/xmloff/xmltypes.hxx index 846f22b7afdc..55cac8348135 100644 --- a/include/xmloff/xmltypes.hxx +++ b/include/xmloff/xmltypes.hxx @@ -65,7 +65,7 @@ // Export only: If an xml attribute with the same name has been exported // already, supply its value to the exportXML call and delete the existing -// atribute afterwards. +// attribute afterwards. #define MID_FLAG_MERGE_ATTRIBUTE 0x00800000 // Import and Export: The property in question must exist. No call to |