diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-14 15:36:36 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-14 17:57:24 +0100 |
commit | 92e7274891966c95b827793b599dc094ddd48c5e (patch) | |
tree | c756dd4a1c97cb3d143a9a05e5181fb47bfd6daf /include/comphelper | |
parent | ff71805cc5cb3024b3c3db1116f2cc3152b4e52b (diff) |
A minimal improvement
...in the mess that is OComponentProxyAggregationHelper and its derived classes
dispose/disposing functions.
Change-Id: Ic22ab85e86ad6657a5e06027d4fd8ea600367891
Diffstat (limited to 'include/comphelper')
-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 |