summaryrefslogtreecommitdiff
path: root/include/sot
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-04 09:32:02 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-04-04 14:02:28 +0000
commit890e13344ba83ef9f06bb5a8cde0f068ecb3c7a6 (patch)
treecdc36fd576548ed968224b1e0aa4f4777872a1cb /include/sot
parentafd3ab436bf920ef80c642891e9e63133fca41a0 (diff)
loplugin:constantparam in sot
Change-Id: I8bf1ee672f035831d197e4a65bd40bae41278da0 Reviewed-on: https://gerrit.libreoffice.org/23800 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/sot')
-rw-r--r--include/sot/storage.hxx2
1 files changed, 1 insertions, 1 deletions
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 );