diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 13:36:35 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 13:36:35 +0000 |
commit | acf4418f6185d94436823810805ecd9e794fe85d (patch) | |
tree | 86420db946245dd62cd55eac9ec025a01ae99a02 /extensions/source/activex/main | |
parent | 4f695882ce7e707c29c3fb0cd195b8726aaf7dec (diff) |
INTEGRATION: CWS wae4extensions (1.3.878); FILE MERGED
2007/09/27 10:20:00 fs 1.3.878.1: #i81612# warning-free code
Diffstat (limited to 'extensions/source/activex/main')
-rw-r--r-- | extensions/source/activex/main/SODispatchInterceptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/activex/main/SODispatchInterceptor.h b/extensions/source/activex/main/SODispatchInterceptor.h index a4777fa07..956b252cb 100644 --- a/extensions/source/activex/main/SODispatchInterceptor.h +++ b/extensions/source/activex/main/SODispatchInterceptor.h @@ -38,7 +38,7 @@ class SODispatchInterceptor : CRITICAL_SECTION mMutex; public: SODispatchInterceptor() : m_xParentControl( NULL ) { InitializeCriticalSection(&mMutex); } - ~SODispatchInterceptor() { ATLASSERT( !m_xParentControl ); DeleteCriticalSection(&mMutex); } + virtual ~SODispatchInterceptor() { ATLASSERT( !m_xParentControl ); DeleteCriticalSection(&mMutex); } BEGIN_COM_MAP(SODispatchInterceptor) COM_INTERFACE_ENTRY(IDispatch) |