summaryrefslogtreecommitdiff
path: root/include/sot
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-07 08:40:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-07 11:05:05 +0200
commit9e90401a2168e7db8a3f967f0d5011d2f52039eb (patch)
treead398a0a9f2b1cf3cac2685c251ebd103cfcd00c /include/sot
parent7df89ec7a2ccfc9b448ea33d0a9d4412062dee67 (diff)
Remove unused SotStorageStream ctor nStorageMode param
Change-Id: I5f114f4ca92d991d17ad871d11a78a5306191f9c
Diffstat (limited to 'include/sot')
-rw-r--r--include/sot/storage.hxx3
1 files changed, 1 insertions, 2 deletions
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();