From 92e7274891966c95b827793b599dc094ddd48c5e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 14 Mar 2014 15:36:36 +0100 Subject: A minimal improvement ...in the mess that is OComponentProxyAggregationHelper and its derived classes dispose/disposing functions. Change-Id: Ic22ab85e86ad6657a5e06027d4fd8ea600367891 --- include/comphelper/proxyaggregation.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/comphelper') 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 -- cgit