diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 15:38:38 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 13:10:53 +0000 |
commit | 74117f95972a0ef690401815d5e5ff7759ceb8af (patch) | |
tree | 0cefe09683149742f1157b6a9d008b26f0df83da /xmloff/source/text/XMLIndexTabStopEntryContext.cxx | |
parent | e9b628760e2606769d7cc7fa2993729b796628d3 (diff) |
Fix typos
Change-Id: I901ff35ad2e0aa43a421f0996865130514a819bc
Reviewed-on: https://gerrit.libreoffice.org/35663
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff/source/text/XMLIndexTabStopEntryContext.cxx')
-rw-r--r-- | xmloff/source/text/XMLIndexTabStopEntryContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLIndexTabStopEntryContext.cxx b/xmloff/source/text/XMLIndexTabStopEntryContext.cxx index 12d9d4640f8a..d5610240dc57 100644 --- a/xmloff/source/text/XMLIndexTabStopEntryContext.cxx +++ b/xmloff/source/text/XMLIndexTabStopEntryContext.cxx @@ -155,7 +155,7 @@ void XMLIndexTabStopEntryContext::FillPropertyValues( // check whether we really filled all elements of the sequence SAL_WARN_IF( nNextEntry != rValues.getLength(), "xmloff", - "length incorrectly precumputed!" ); + "length incorrectly precomputed!" ); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |