summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-04 09:34:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-04 09:36:47 +0100
commit4665608ae8824128d9cc0bf8a21c47140cb5dd05 (patch)
tree66f9b9a685f7a7151871f238b6ab6e6255dd82d4 /sot
parent9c0bcbaa53871c1f416828b21695e8ce6eb82e7e (diff)
callcatcher: remove unused methods
Diffstat (limited to 'sot')
-rw-r--r--sot/inc/sot/storage.hxx1
-rw-r--r--sot/source/sdstor/storage.cxx10
2 files changed, 0 insertions, 11 deletions
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" );