From 4665608ae8824128d9cc0bf8a21c47140cb5dd05 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 4 Aug 2011 09:34:18 +0100 Subject: callcatcher: remove unused methods --- sot/inc/sot/storage.hxx | 1 - sot/source/sdstor/storage.cxx | 10 ---------- 2 files changed, 11 deletions(-) (limited to 'sot') diff --git a/sot/inc/sot/storage.hxx b/sot/inc/sot/storage.hxx index 9913edaaa40f..a71332b3108b 100644 --- a/sot/inc/sot/storage.hxx +++ b/sot/inc/sot/storage.hxx @@ -231,7 +231,6 @@ public: virtual sal_Bool MoveTo( const String & rEleName, SotStorage * pDest, const String & rNewName ); - SvStream* GetTargetSvStream() const; sal_Bool SetProperty( const String& rName, const ::com::sun::star::uno::Any& rValue ); sal_Bool GetProperty( const String& rName, ::com::sun::star::uno::Any& rValue ); sal_Bool GetProperty( const String& rEleName, const String& rName, ::com::sun::star::uno::Any& rValue ); diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx index 50a30d89b45e..3d99b0ad2f6f 100644 --- a/sot/source/sdstor/storage.cxx +++ b/sot/source/sdstor/storage.cxx @@ -1209,16 +1209,6 @@ const SvStream* SotStorage::GetSvStream() return pResult; } -SvStream* SotStorage::GetTargetSvStream() const -{ - SvStream* pResult = 0; - DBG_ASSERT( Owner(), "must be owner" ); - if( m_pOwnStg ) - pResult = (SvStream*)(m_pOwnStg->GetSvStream()); - return pResult; -} - - sal_Bool SotStorage::Validate() { DBG_ASSERT( m_bIsRoot, "Validate nur an Rootstorage" ); -- cgit