From d05b2b91952927ec40d6ea2f482f76c7ccd25ed3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 1 Aug 2019 13:01:26 +0200 Subject: Fix typos Change-Id: Ia6a6d93bade801fab77bfba701b64a905328c695 Reviewed-on: https://gerrit.libreoffice.org/76774 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- sw/source/filter/docx/swdocxreader.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/filter/docx') diff --git a/sw/source/filter/docx/swdocxreader.cxx b/sw/source/filter/docx/swdocxreader.cxx index ea3a2a1065d6..d9f16f087b76 100644 --- a/sw/source/filter/docx/swdocxreader.cxx +++ b/sw/source/filter/docx/swdocxreader.cxx @@ -229,7 +229,7 @@ bool SwDOCXReader::MakeEntries( SwDoc *pD, SwTextBlocks &rBlocks ) while( sal_uInt16(-1) != nCurPos ) { - // add an Number to it + // add a Number to it sShortcut = aLNm + OUString::number( ++nStart ); nCurPos = rBlocks.GetIndex( sShortcut ); } -- cgit