From 9e90401a2168e7db8a3f967f0d5011d2f52039eb Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 7 May 2015 08:40:53 +0200 Subject: Remove unused SotStorageStream ctor nStorageMode param Change-Id: I5f114f4ca92d991d17ad871d11a78a5306191f9c --- 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 45593de08c0b..23ae8d0c7b00 100644 --- a/include/sot/storage.hxx +++ b/include/sot/storage.hxx @@ -67,8 +67,7 @@ protected: virtual ~SotStorageStream(); public: SotStorageStream( const OUString &, - StreamMode = STREAM_STD_READWRITE, - StorageMode = StorageMode::Default ); + StreamMode = STREAM_STD_READWRITE ); SotStorageStream( BaseStorageStream *pStm ); SotStorageStream(); -- cgit