diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-17 10:04:45 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-03-17 10:33:08 +0000 |
commit | 2a78e3eb92466ede9ea8fd3c3632c286fbd915a2 (patch) | |
tree | ff618d7e1a958475455ce1939ab26f30b3c0de29 /include | |
parent | ce66911720b3245b21fb14bb83619c42610e5ac6 (diff) |
loplugin:constantparam in sot
Change-Id: I380b5a824b1bc8cd322471519d2d87ab7f2bca1c
Reviewed-on: https://gerrit.libreoffice.org/23320
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sot/storage.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
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 * ); |