summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/biffhelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-10-30 14:43:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-10-31 07:37:28 +0100
commitf6cfbe8a1f9dc8535a69e2ad0c21e87c2a63a82a (patch)
treea75fc94602abc5af03e3f8bc16ed00c26be96792 /sc/source/filter/inc/biffhelper.hxx
parent05fbb25379516f529dde9400104d402c51ec2f2c (diff)
loplugin:constantparam in sc
Change-Id: I2a55811f1741341c30f84ea3d010cc12eb6f2df9 Reviewed-on: https://gerrit.libreoffice.org/44086 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/filter/inc/biffhelper.hxx')
-rw-r--r--sc/source/filter/inc/biffhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/biffhelper.hxx b/sc/source/filter/inc/biffhelper.hxx
index a7b393be72a8..aaf03e58d8bd 100644
--- a/sc/source/filter/inc/biffhelper.hxx
+++ b/sc/source/filter/inc/biffhelper.hxx
@@ -603,7 +603,7 @@ public:
// BIFF12 import ----------------------------------------------------------
/** Reads a BIFF12 string with leading 16-bit or 32-bit length field. */
- static OUString readString( SequenceInputStream& rStrm, bool b32BitLen = true, bool bAllowNulChars = false );
+ static OUString readString( SequenceInputStream& rStrm, bool b32BitLen = true );
private:
BiffHelper() = delete;