summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xistream.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-22 15:56:13 +0200
committerNoel Grandin <noel@peralex.com>2016-03-23 09:13:14 +0200
commit26012ae8f65ca16e584b3688b0f1f9e76e97db84 (patch)
tree6c16a437f7aabbc36b60d162b0899cb2c657229e /sc/source/filter/inc/xistream.hxx
parent50b39947cb23ec6a9de3845da4aea9ae53fd3cfa (diff)
loplugin:constantparam in sc
Change-Id: I437367b8c6960db730a69c020ba82792a9170d01
Diffstat (limited to 'sc/source/filter/inc/xistream.hxx')
-rw-r--r--sc/source/filter/inc/xistream.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/inc/xistream.hxx b/sc/source/filter/inc/xistream.hxx
index e498b745efa8..4fa50b0a9fde 100644
--- a/sc/source/filter/inc/xistream.hxx
+++ b/sc/source/filter/inc/xistream.hxx
@@ -240,12 +240,10 @@ public:
/** Constructs the Excel record import stream using a TOOLS stream object.
@param rInStrm The system input stream. Will be set to its start position.
- Must exist as long as this object exists.
- @param bContLookup Automatic CONTINUE lookup on/off. */
+ Must exist as long as this object exists */
explicit XclImpStream(
SvStream& rInStrm,
- const XclImpRoot& rRoot,
- bool bContLookup = true );
+ const XclImpRoot& rRoot );
~XclImpStream();