From c0b9d8d79937bee10004eeed9ab0b225cf2ef7cf Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 14 Nov 2018 18:54:37 +0100 Subject: Fix typo Change-Id: Id6accd441c11c521dc1a9dee4e3e5b5f8bb99929 Reviewed-on: https://gerrit.libreoffice.org/63383 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/xmloff/xmluconv.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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, -- cgit