diff options
-rw-r--r-- | sfx2/inc/sfx2/docfile.hxx | 3 | ||||
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 11 | ||||
-rwxr-xr-x | unusedcode.easy | 1 |
3 files changed, 2 insertions, 13 deletions
diff --git a/sfx2/inc/sfx2/docfile.hxx b/sfx2/inc/sfx2/docfile.hxx index 55cd3a2e0d0f..53846f3398d9 100644 --- a/sfx2/inc/sfx2/docfile.hxx +++ b/sfx2/inc/sfx2/docfile.hxx @@ -110,8 +110,6 @@ class SFX2_DLLPUBLIC SfxMedium : public SvRefBase public: - SvCompatWeakHdl* GetHdl(); - SfxMedium(); SfxMedium( const String &rName, StreamMode nOpenMode, @@ -299,7 +297,6 @@ public: }; SV_DECL_IMPL_REF( SfxMedium ) -SV_DECL_COMPAT_WEAK( SfxMedium ) typedef ::std::vector< SfxMedium* > SfxMediumList; diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx index c7e60dada5c4..ba7ffb8e5603 100644 --- a/sfx2/source/doc/docfile.cxx +++ b/sfx2/source/doc/docfile.cxx @@ -253,7 +253,7 @@ void SAL_CALL SfxMediumHandler_Impl::handle( const com::sun::star::uno::Referenc } //---------------------------------------------------------------- -class SfxMedium_Impl : public SvCompatWeakBase +class SfxMedium_Impl { public: ::ucbhelper::Content aContent; @@ -323,8 +323,7 @@ public: //------------------------------------------------------------------ SfxMedium_Impl::SfxMedium_Impl( SfxMedium* pAntiImplP ) - : SvCompatWeakBase( pAntiImplP ), - bUpdatePickList(sal_True), + : bUpdatePickList(sal_True), bIsTemp( sal_False ), bForceSynchron( sal_False ), bDownloadDone( sal_True ), @@ -3039,12 +3038,6 @@ SvKeyValueIterator* SfxMedium::GetHeaderAttributes_Impl() return pImp->xAttributes; } -//---------------------------------------------------------------- - -SvCompatWeakHdl* SfxMedium::GetHdl() -{ - return pImp->GetHdl(); -} ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SfxMedium::GetInputStream() { diff --git a/unusedcode.easy b/unusedcode.easy index 08c0f9600764..b8d6b873af70 100755 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -125,7 +125,6 @@ SfxFoundCacheArr_Impl::Insert(SfxFoundCache_Impl const*&, unsigned short&) SfxFoundCacheArr_Impl::Insert(SfxFoundCache_Impl const**, unsigned short) SfxFoundCacheArr_Impl::Remove(SfxFoundCache_Impl const*&, unsigned short) SfxFoundCacheArr_Impl::Remove(unsigned short, unsigned short) -SfxMedium::GetHdl() SfxModuleArr_Impl::DeleteAndDestroy(unsigned short, unsigned short) SfxNavigatorWrapper::GetChildWindowId() SfxPartChildWnd_Impl::GetChildWindowId() |