From 2a78e3eb92466ede9ea8fd3c3632c286fbd915a2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 17 Mar 2016 10:04:45 +0200 Subject: loplugin:constantparam in sot Change-Id: I380b5a824b1bc8cd322471519d2d87ab7f2bca1c Reviewed-on: https://gerrit.libreoffice.org/23320 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/sot/storage.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/sot/storage.hxx') diff --git a/include/sot/storage.hxx b/include/sot/storage.hxx index 326ef1e1a71e..2df5af505440 100644 --- a/include/sot/storage.hxx +++ b/include/sot/storage.hxx @@ -78,8 +78,7 @@ protected: void CreateStorage( bool bUCBStorage, StreamMode, bool transacted ); public: SotStorage( const OUString &, - StreamMode = STREAM_STD_READWRITE, - bool transacted = false ); + StreamMode = STREAM_STD_READWRITE ); SotStorage( bool bUCBStorage, const OUString &, StreamMode = STREAM_STD_READWRITE ); SotStorage( BaseStorage * ); -- cgit