[Libreoffice-commits] core.git: sc/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Aug 13 13:04:48 UTC 2019
sc/source/filter/lotus/lotimpop.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8ce1685d2429fe790b1d6e1dd10b6a0b83dbcbed
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Aug 13 11:17:07 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Aug 13 15:04:06 2019 +0200
ofz#16409 build failure
Change-Id: I0fae668a3d12f19d7cad82027c11901fb5123f12
Reviewed-on: https://gerrit.libreoffice.org/77402
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sc/source/filter/lotus/lotimpop.cxx b/sc/source/filter/lotus/lotimpop.cxx
index 25fe9c7f8c32..3b1a66603561 100644
--- a/sc/source/filter/lotus/lotimpop.cxx
+++ b/sc/source/filter/lotus/lotimpop.cxx
@@ -330,7 +330,7 @@ void ImportLotus::NamedSheet()
SCTAB nLTab(SanitizeTab(static_cast<SCTAB>(nTmpTab)));
#if ENABLE_FUZZERS
//ofz#14167 arbitrary sheet limit to make fuzzing useful
- if (nLTab > 5
+ if (nLTab > 5)
nLTab = 5;
#endif
More information about the Libreoffice-commits
mailing list