summaryrefslogtreecommitdiff
path: root/include/sot
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-07 08:51:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-07 11:05:05 +0200
commit66335d3898547410f8ebf9963fb00d24352a56cc (patch)
treee5fa05d054c36d6cf65286317d2d46ebf45f41fc /include/sot
parent9e90401a2168e7db8a3f967f0d5011d2f52039eb (diff)
Remove unused SotStorage::OpenSotStream nStorageMode param
Change-Id: Ieda14d984f1614056c701a50ce637ea6fe9620f3
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 23ae8d0c7b00..1c6e4912d4e3 100644
--- a/include/sot/storage.hxx
+++ b/include/sot/storage.hxx
@@ -184,8 +184,7 @@ public:
// create stream with connection to Storage,
// more or less a Parent-Child relationship
SotStorageStream * OpenSotStream( const OUString & rEleName,
- StreamMode = STREAM_STD_READWRITE,
- StorageMode = StorageMode::Default );
+ StreamMode = STREAM_STD_READWRITE );
SotStorage * OpenSotStorage( const OUString & rEleName,
StreamMode = STREAM_STD_READWRITE,
bool transacted = true );