diff options
Diffstat (limited to 'sot/source/sdstor/storinfo.cxx')
-rw-r--r-- | sot/source/sdstor/storinfo.cxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sot/source/sdstor/storinfo.cxx b/sot/source/sdstor/storinfo.cxx index 1cdde1a45104..5f1768b8e7ef 100644 --- a/sot/source/sdstor/storinfo.cxx +++ b/sot/source/sdstor/storinfo.cxx @@ -34,21 +34,6 @@ #include <sot/exchange.hxx> -/************** class SvStorageInfoList ********************************** -*************************************************************************/ -PRV_SV_IMPL_OWNER_LIST(SvStorageInfoList,SvStorageInfo) - -const SvStorageInfo * SvStorageInfoList::Get( const String & rEleName ) -{ - for( sal_uLong i = 0; i < Count(); i++ ) - { - const SvStorageInfo & rType = GetObject( i ); - if( rType.GetName() == rEleName ) - return &rType; - } - return NULL; -} - /************** class SvStorageInfo ************************************** *************************************************************************/ sal_uLong ReadClipboardFormat( SvStream & rStm ) |