summaryrefslogtreecommitdiff
path: root/svtools/source/table/cellvalueconversion.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-21 15:45:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-22 07:44:16 +0100
commit640e03da110d76b2c7d5ed5b8b8ba3b4367865ba (patch)
tree79856af3daab1e809c388ac27aa2f3284842235c /svtools/source/table/cellvalueconversion.cxx
parenta0ebba3d8855fee0bcec04a10137ae3a4f9f0e77 (diff)
loplugin:simplifybool re-activate the !! warning
Change-Id: Iac7d82a1c228734177be536e9a6c41803c03637b Reviewed-on: https://gerrit.libreoffice.org/45035 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/table/cellvalueconversion.cxx')
-rw-r--r--svtools/source/table/cellvalueconversion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/table/cellvalueconversion.cxx b/svtools/source/table/cellvalueconversion.cxx
index 6f1b477bc517..3c4728e652d0 100644
--- a/svtools/source/table/cellvalueconversion.cxx
+++ b/svtools/source/table/cellvalueconversion.cxx
@@ -378,7 +378,7 @@ namespace svt
else
o_formatter = pos->second;
- return !!o_formatter;
+ return bool(o_formatter);
}
}