diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-22 23:27:34 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-23 11:44:59 +0200 |
commit | 7d071f35bee7bed82ac47429a594e76617518d20 (patch) | |
tree | 3ed3c824582657839c55a1caf4c246788533929f /xmloff | |
parent | 934fa68365b40c9dcfe5ae4a0e712195e0c1d5a4 (diff) |
Fix typos
Change-Id: Iebc31a53404da41f35eed7338662365d7efbd7a2
Reviewed-on: https://gerrit.libreoffice.org/57810
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx index 85f3a895952f..3f5ac56b279a 100644 --- a/xmloff/source/text/txtimp.cxx +++ b/xmloff/source/text/txtimp.cxx @@ -1615,7 +1615,7 @@ OUString XMLTextImportHelper::SetStyleAndAttrs( bool bSameNumRules = xNewNumRules == xNumRules; if( !bSameNumRules && xNewNumRules.is() && xNumRules.is() ) { - // If the interface pointers are different then this does + // If the interface pointers are different, then this does // not mean that the num rules are different. Further tests // are required then. However, if only one num rule is // set, no tests are required of course. |