diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-23 16:32:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-23 16:39:13 +0200 |
commit | ec7af68a0d4c0d9b509f7267ba49be65dfc8732b (patch) | |
tree | 88f82e546a00cf966cf19455055f8e0b1baf2da7 /svx/source/inc | |
parent | 273195142c1fb980a209df4af4cfdeef6dbfaea3 (diff) |
Remove unnecessary overrides
Change-Id: I76ee226728269303ca0ac4dd0386f816cb5d569a
Diffstat (limited to 'svx/source/inc')
-rw-r--r-- | svx/source/inc/fmshimp.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/inc/fmshimp.hxx b/svx/source/inc/fmshimp.hxx index f687c791d440..70aadfab6f38 100644 --- a/svx/source/inc/fmshimp.hxx +++ b/svx/source/inc/fmshimp.hxx @@ -255,17 +255,9 @@ public: public: SAL_DLLPRIVATE FmXFormShell(FmFormShell& _rShell, SfxViewFrame* _pViewFrame); - // UNO Anbindung - DECLARE_UNO3_DEFAULTS(FmXFormShell, FmXFormShell_BASE) - SAL_DLLPRIVATE virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& type) throw ( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE; - protected: SAL_DLLPRIVATE virtual ~FmXFormShell(); -// XTypeProvider - SAL_DLLPRIVATE virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; - SAL_DLLPRIVATE ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; - // EventListener SAL_DLLPRIVATE virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE; |