diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-17 21:59:25 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-18 08:10:04 +0100 |
commit | d5e2569f6f4e1a040092d98de3354e498ecfd025 (patch) | |
tree | 144e68c6bf41dc9567db14af61b1a778187a10b4 /xmloff/source/text | |
parent | 27938e1bbd5f3405c47b9933be7489eeb03920f3 (diff) |
Fix typos
Change-Id: Iaad78e5f1100df1ca69d34bf7693e4a9feac17eb
Reviewed-on: https://gerrit.libreoffice.org/48084
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff/source/text')
-rw-r--r-- | xmloff/source/text/XMLLineNumberingExport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLLineNumberingExport.cxx b/xmloff/source/text/XMLLineNumberingExport.cxx index 8d9e4fb22d0f..25f6e23e2d1e 100644 --- a/xmloff/source/text/XMLLineNumberingExport.cxx +++ b/xmloff/source/text/XMLLineNumberingExport.cxx @@ -122,7 +122,7 @@ void XMLLineNumberingExport::Export() sBuf.makeStringAndClear()); } - // NumeringType + // NumberingType OUStringBuffer sNumPosBuf; aAny = xLineNumbering->getPropertyValue("NumberingType"); sal_Int16 nFormat = 0; |