diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-23 13:23:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-23 14:58:02 +0000 |
commit | a09d551182d61d67313a7d97a25ab251c88f92e9 (patch) | |
tree | 7e409f697bc3370aa030e3700a1a6f1e987ee63e /sfx2/inc | |
parent | 4a893297a8f755851477f07145f726aa3e6f9c9e (diff) |
we dont' need any SvCompatWeakBase use in SfxMedium AKAICS
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/docfile.hxx | 3 |
1 files changed, 0 insertions, 3 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; |