diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/proxyaggregation.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/proxyaggregation.hxx b/include/comphelper/proxyaggregation.hxx index 8f95f71c1af7..ad950dc7e698 100644 --- a/include/comphelper/proxyaggregation.hxx +++ b/include/comphelper/proxyaggregation.hxx @@ -168,7 +168,7 @@ namespace comphelper virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com::sun::star::uno::RuntimeException, std::exception); // XComponent - virtual void SAL_CALL dispose() throw( ::com::sun::star::uno::RuntimeException, std::exception ); + virtual void SAL_CALL dispose() throw( ::com::sun::star::uno::RuntimeException, std::exception ) = 0; private: COMPHELPER_DLLPRIVATE OComponentProxyAggregationHelper( ); // never implemented |