[Libreoffice-commits] core.git: include/xmloff
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Nov 14 19:43:13 UTC 2018
include/xmloff/xmluconv.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c0b9d8d79937bee10004eeed9ab0b225cf2ef7cf
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Nov 14 18:54:37 2018 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Nov 14 20:42:49 2018 +0100
Fix typo
Change-Id: Id6accd441c11c521dc1a9dee4e3e5b5f8bb99929
Reviewed-on: https://gerrit.libreoffice.org/63383
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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,
More information about the Libreoffice-commits
mailing list