From 890e13344ba83ef9f06bb5a8cde0f068ecb3c7a6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 4 Apr 2016 09:32:02 +0200 Subject: loplugin:constantparam in sot Change-Id: I8bf1ee672f035831d197e4a65bd40bae41278da0 Reviewed-on: https://gerrit.libreoffice.org/23800 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/sot/storage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sot') diff --git a/include/sot/storage.hxx b/include/sot/storage.hxx index 2df5af505440..06a1b785f621 100644 --- a/include/sot/storage.hxx +++ b/include/sot/storage.hxx @@ -75,7 +75,7 @@ friend class SotStorageStream; protected: virtual ~SotStorage(); - void CreateStorage( bool bUCBStorage, StreamMode, bool transacted ); + void CreateStorage( bool bUCBStorage, StreamMode ); public: SotStorage( const OUString &, StreamMode = STREAM_STD_READWRITE ); -- cgit