From 76c50eddb0484d687425040f152460ea61af993c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 7 May 2015 10:01:18 +0200 Subject: Remove unused SotStorage ctor nStorageMode param Change-Id: I6af399ef26d3f3ee97a49592cf97c590c0781eb0 --- sot/source/sdstor/storage.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sot') diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx index 4c819a754a21..df6b5d45197e 100644 --- a/sot/source/sdstor/storage.cxx +++ b/sot/source/sdstor/storage.cxx @@ -444,11 +444,11 @@ void SotStorage::CreateStorage( bool bForceUCBStorage, StreamMode nMode, Storage SignAsRoot( m_pOwnStg->IsRoot() ); } -SotStorage::SotStorage( bool bUCBStorage, const OUString & rName, StreamMode nMode, StorageMode nStorageMode ) +SotStorage::SotStorage( bool bUCBStorage, const OUString & rName, StreamMode nMode ) INIT_SotStorage() { m_aName = rName; - CreateStorage( bUCBStorage, nMode, nStorageMode ); + CreateStorage( bUCBStorage, nMode, StorageMode::Default ); if ( IsOLEStorage() ) m_nVersion = SOFFICE_FILEFORMAT_50; } -- cgit