diff options
-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, |