summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/biff.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-19 08:45:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-19 08:35:32 +0000
commit6581152f036e94f27fc2b37b4c836a1733a1a471 (patch)
tree2a17a5fc41956e4226a11831093381e9119f1376 /sc/source/filter/inc/biff.hxx
parent94b6b4678b4736b6f4974ec8ee73df5c11ff06d1 (diff)
loplugin:expandablemethodds in sc
Change-Id: Idda64b23ea91ec457b60279d851b7f01d8c02881 Reviewed-on: https://gerrit.libreoffice.org/30033 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/filter/inc/biff.hxx')
-rw-r--r--sc/source/filter/inc/biff.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/inc/biff.hxx b/sc/source/filter/inc/biff.hxx
index 9d3ca7b980c1..29735feb55b0 100644
--- a/sc/source/filter/inc/biff.hxx
+++ b/sc/source/filter/inc/biff.hxx
@@ -40,7 +40,6 @@ public:
ScBiffReader( SfxMedium& rMedium );
~ScBiffReader();
bool recordsLeft() { return mpStream && !mpStream->IsEof(); }
- bool IsEndOfFile() { return mbEndOfFile; }
bool nextRecord();
};
#endif