diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-29 00:31:05 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-29 09:54:33 +0100 |
commit | d0222ba1fd7617b793e1e513247b11a82eb22f4e (patch) | |
tree | d1e393fd762374d834b10d5b9d3ebae2fe82f4f2 /include/xmloff | |
parent | 19e519593c940fbbf953b7d0ff6d7c86707f39e2 (diff) |
Fix typos
Change-Id: I3d16dc162e5fa2e08134d848a835eb392e64056e
Reviewed-on: https://gerrit.libreoffice.org/47126
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmlnume.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlnume.hxx b/include/xmloff/xmlnume.hxx index 420e6448127c..0a4b1b5836ea 100644 --- a/include/xmloff/xmlnume.hxx +++ b/include/xmloff/xmlnume.hxx @@ -43,7 +43,7 @@ class XMLOFF_DLLPUBLIC SvxXMLNumRuleExport final const OUString sNumberingRules; const OUString sIsPhysical; const OUString sIsContinuousNumbering; - // Boolean indicating, if properties for position-and-space-mode LABEL_ALIGNEMNT + // Boolean indicating, if properties for position-and-space-mode LABEL_ALIGNMENT // are exported or not. (#i89178#) // These properties have been introduced in ODF 1.2. Thus, its export have // to be suppressed on writing ODF 1.0 respectively ODF 1.1 |