summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpobjstrm.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-01 15:27:02 +0200
committerNoel Grandin <noel@peralex.com>2016-03-02 07:57:37 +0200
commit5055b4ad7be50e905ebc0c032fa9f5cdc6316fc1 (patch)
tree08f87b2de669b1b1d78ead9edc21152c4ee4069e /lotuswordpro/source/filter/lwpobjstrm.hxx
parent1fe8e60c014df28c6d5a9bf06e868d4764e661d5 (diff)
loplugin:unuseddefaultparam in lotuswordpro
Change-Id: I60a7a6d1b576411bea63f1616f2103ec6f126915
Diffstat (limited to 'lotuswordpro/source/filter/lwpobjstrm.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpobjstrm.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwpobjstrm.hxx b/lotuswordpro/source/filter/lwpobjstrm.hxx
index d842485cd03f..826bd8e757b4 100644
--- a/lotuswordpro/source/filter/lwpobjstrm.hxx
+++ b/lotuswordpro/source/filter/lwpobjstrm.hxx
@@ -92,13 +92,13 @@ public:
void SkipExtra();
sal_uInt16 CheckExtra();
- bool QuickReadBool(bool *pFailure=nullptr);
+ bool QuickReadBool();
sal_uInt32 QuickReaduInt32(bool *pFailure=nullptr);
sal_uInt16 QuickReaduInt16(bool *pFailure=nullptr);
sal_uInt8 QuickReaduInt8(bool *pFailure=nullptr);
- sal_Int32 QuickReadInt32(bool *pFailure=nullptr);
- sal_Int16 QuickReadInt16(bool *pFailure=nullptr);
- double QuickReadDouble(bool *pFailure=nullptr);
+ sal_Int32 QuickReadInt32();
+ sal_Int16 QuickReadInt16();
+ double QuickReadDouble();
OUString QuickReadStringPtr();