diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-31 19:37:07 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-09-01 08:17:08 +0200 |
commit | 09619872fe0c0d677006bcf4e9a8febe2978d242 (patch) | |
tree | 777ec44e5c06e8d64c6f4abc9f551b511e9b4363 /lotuswordpro | |
parent | 1d6e919046ed353a9d9d86bb9f0332da2e9dea4d (diff) |
Fix typos
Change-Id: Ieff77be89ee8505b8241234f6dbb7507256dbc4a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101757
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/lwpfrib.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpfrib.cxx b/lotuswordpro/source/filter/lwpfrib.cxx index b8d42a680153..bc9450fd17bc 100644 --- a/lotuswordpro/source/filter/lwpfrib.cxx +++ b/lotuswordpro/source/filter/lwpfrib.cxx @@ -195,7 +195,7 @@ LwpFrib* LwpFrib::CreateFrib(LwpPara* pPara, LwpObjectStream* pObjStrm, sal_uInt break; } - //Do not know why the fribTag judgement is necessary, to be checked with + //Do not know why the fribTag judgment is necessary, to be checked with if (fribtag & FRIB_TAG_MODIFIER) { newFrib->SetModifiers(xModInfo.release()); |