diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 09:34:30 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-03-02 10:40:27 +0000 |
commit | d0f99b1b39027bcf0fae1b130b60a4c837e854d8 (patch) | |
tree | d5ce59abdd55a8f0f077fd51f26b36bb0cb3918d /xmloff/source/transform/PropertyActionsOOo.cxx | |
parent | 5e135c653bd5f3d7b12502d6c7b3cd897ba4b9f4 (diff) |
Fix typos
Change-Id: Ibc81246e615d7c68c93e01b84584e78a79bece16
Reviewed-on: https://gerrit.libreoffice.org/34779
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'xmloff/source/transform/PropertyActionsOOo.cxx')
-rw-r--r-- | xmloff/source/transform/PropertyActionsOOo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/PropertyActionsOOo.cxx b/xmloff/source/transform/PropertyActionsOOo.cxx index 21d6e05b5fb4..092b26629d41 100644 --- a/xmloff/source/transform/PropertyActionsOOo.cxx +++ b/xmloff/source/transform/PropertyActionsOOo.cxx @@ -761,7 +761,7 @@ XMLTransformerActionInit aParagraphPropertyOOoAttrActionTable[] = { XML_NAMESPACE_STYLE, XML_FONT_INDEPENDENT_LINE_SPACING, XML_ATACTION_COPY, NO_PARAMS }, { XML_NAMESPACE_STYLE, XML_DEFAULT_OUTLINE_LEVEL, XML_ATACTION_REMOVE, - NO_PARAMS }, /* i41811: style-default-outline was exported as propery */ + NO_PARAMS }, /* i41811: style-default-outline was exported as property */ { XML_NAMESPACE_OFFICE, XML_TOKEN_INVALID, XML_ATACTION_EOT, NO_PARAMS } }; |