Kaydet (Commit) 92e72748 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

A minimal improvement

...in the mess that is OComponentProxyAggregationHelper and its derived classes
dispose/disposing functions.

Change-Id: Ic22ab85e86ad6657a5e06027d4fd8ea600367891
üst ff71805c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment