diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-14 18:54:37 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-14 20:42:49 +0100 |
commit | c0b9d8d79937bee10004eeed9ab0b225cf2ef7cf (patch) | |
tree | 8f7e6b255c51c7f21e47c748f90a97480a1656ea /include | |
parent | 72e6269b88a32a672e00d2c25f0d0400038d1360 (diff) |
Fix typo
Change-Id: Id6accd441c11c521dc1a9dee4e3e5b5f8bb99929
Reviewed-on: https://gerrit.libreoffice.org/63383
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmluconv.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/xmluconv.hxx b/include/xmloff/xmluconv.hxx index f5cc67f67654..142ecaa6d620 100644 --- a/include/xmloff/xmluconv.hxx +++ b/include/xmloff/xmluconv.hxx @@ -216,13 +216,13 @@ public: const css::drawing::Position3D& rVector ); - /** convert num-forat and num-letter-sync values to NumberingType */ + /** convert num-format and num-letter-sync values to NumberingType */ bool convertNumFormat( sal_Int16& rType, const OUString& rNumFormat, const OUString& rNumLetterSync, bool bNumberNone = false ) const; - /** convert NumberingType to num-forat and num-letter-sync values */ + /** convert NumberingType to num-format and num-letter-sync values */ void convertNumFormat( OUStringBuffer& rBuffer, sal_Int16 nType ) const; static void convertNumLetterSync( OUStringBuffer& rBuffer, |