diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-11-11 09:00:41 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-11-11 09:00:41 +0000 |
commit | 866c97ebb26b0a4194081e08df68c10202f1c286 (patch) | |
tree | 3a2a4ed3ec33e1fd77f3f9fb2c18e6f67521dd44 /extensions/source/activex | |
parent | 57573ad5adbf1a6bb520c1c557684d06211ca7cc (diff) |
CWS-TOOLING: integrate CWS wae4extensions02
2008-11-07 21:36:14 +0100 fs r263487 : #i95962# 'extensions' is warning-free on wntmsci11/wntmsci12
2008-11-07 21:33:51 +0100 fs r263486 : #i95962# warning-free code on wntmsci12
Diffstat (limited to 'extensions/source/activex')
-rw-r--r-- | extensions/source/activex/main/SOActionsApproval.h | 1 | ||||
-rw-r--r-- | extensions/source/activex/main/SOComWindowPeer.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/extensions/source/activex/main/SOActionsApproval.h b/extensions/source/activex/main/SOActionsApproval.h index fa64d42aea55..d10ec1461d80 100644 --- a/extensions/source/activex/main/SOActionsApproval.h +++ b/extensions/source/activex/main/SOActionsApproval.h @@ -33,6 +33,7 @@ class SOActionsApproval : { public: SOActionsApproval() {} + virtual ~SOActionsApproval() {} BEGIN_COM_MAP(SOActionsApproval) COM_INTERFACE_ENTRY(IDispatch) diff --git a/extensions/source/activex/main/SOComWindowPeer.h b/extensions/source/activex/main/SOComWindowPeer.h index 1e20e028af65..27c6f4037baa 100644 --- a/extensions/source/activex/main/SOComWindowPeer.h +++ b/extensions/source/activex/main/SOComWindowPeer.h @@ -33,6 +33,7 @@ class SOComWindowPeer : HWND m_hwnd; public: SOComWindowPeer() : m_hwnd( NULL ) {} + virtual ~SOComWindowPeer() { } BEGIN_COM_MAP(SOComWindowPeer) COM_INTERFACE_ENTRY(IDispatch) |