summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-08-13 11:17:07 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-08-13 15:04:06 +0200
commit8ce1685d2429fe790b1d6e1dd10b6a0b83dbcbed (patch)
tree77654b6d0a8baacc66de1cffef2fa9feba7477d0 /sc
parent2e6b35cdcac629d98e7082fffffdc27e4fb6f70d (diff)
ofz#16409 build failure
Change-Id: I0fae668a3d12f19d7cad82027c11901fb5123f12 Reviewed-on: https://gerrit.libreoffice.org/77402 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/lotus/lotimpop.cxx2
1 files changed, 1 insertions, 1 deletions
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