summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8glsy.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-01 13:01:26 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-03 09:55:58 +0200
commitd05b2b91952927ec40d6ea2f482f76c7ccd25ed3 (patch)
tree427403b1cfb3ce67624185993466a424ea6827e1 /sw/source/filter/ww8/ww8glsy.cxx
parentf7613d2132e8115b7741e9397b111508f24615cc (diff)
Fix typos
Change-Id: Ia6a6d93bade801fab77bfba701b64a905328c695 Reviewed-on: https://gerrit.libreoffice.org/76774 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/filter/ww8/ww8glsy.cxx')
-rw-r--r--sw/source/filter/ww8/ww8glsy.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8glsy.cxx b/sw/source/filter/ww8/ww8glsy.cxx
index 10b0d12ba17a..15e6955edd25 100644
--- a/sw/source/filter/ww8/ww8glsy.cxx
+++ b/sw/source/filter/ww8/ww8glsy.cxx
@@ -158,7 +158,7 @@ bool WW8Glossary::MakeEntries(SwDoc *pD, SwTextBlocks &rBlocks,
sal_uInt16 nCurPos = rBlocks.GetIndex( sShortcut );
while( sal_uInt16(-1) != nCurPos )
{
- sShortcut = rLNm + OUString::number(++nStart); // add an Number to it
+ sShortcut = rLNm + OUString::number(++nStart); // add a Number to it
nCurPos = rBlocks.GetIndex( sShortcut );
}