From faf4bf0c3e017b9caec27a1f7355c9cf636bf19b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 14 Oct 2016 10:52:44 +0200 Subject: loplugin:countusersofdefaultparams in sot..svtools Change-Id: Ifce19de3518f3eaf5a1b6439f9053feee4a33c14 --- sot/source/sdstor/ucbstorage.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sot') diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx index f0555e5eeb58..b0a4f87017b0 100644 --- a/sot/source/sdstor/ucbstorage.cxx +++ b/sot/source/sdstor/ucbstorage.cxx @@ -436,8 +436,8 @@ public: // reference is destroyed bool m_bIsOLEStorage;// an OLEStorage on a UCBStorageStream makes this an Autocommit-stream - UCBStorageStream_Impl( const OUString&, StreamMode, UCBStorageStream*, bool, const OString* pKey=nullptr, - bool bRepair = false, Reference< XProgressHandler > const & xProgress = Reference< XProgressHandler >() ); + UCBStorageStream_Impl( const OUString&, StreamMode, UCBStorageStream*, bool, const OString* pKey, + bool bRepair, Reference< XProgressHandler > const & xProgress ); void Free(); bool Init(); @@ -500,7 +500,7 @@ public: UCBStorage_Impl( const ::ucbhelper::Content&, const OUString&, StreamMode, UCBStorage*, bool, bool, bool = false, Reference< XProgressHandler > const & = Reference< XProgressHandler >() ); UCBStorage_Impl( const OUString&, StreamMode, UCBStorage*, bool, bool, - bool = false, Reference< XProgressHandler > const & = Reference< XProgressHandler >() ); + bool, Reference< XProgressHandler > const & ); UCBStorage_Impl( SvStream&, UCBStorage*, bool ); void Init(); sal_Int16 Commit(); -- cgit