diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:06:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:06:26 +0000 |
commit | d7bab6de7fea4a6723e257f8eaef5bfba4a20aa3 (patch) | |
tree | 3118a6c01eadbc96cbc70b36c959cf52883a9a45 /toolkit | |
parent | 9ed8d9ed09cd7a917e52b83d96d4709d268e74d1 (diff) |
INTEGRATION: CWS warnings01 (1.24.22); FILE MERGED
2006/05/23 22:51:27 sb 1.24.22.4: RESYNC: (1.25-1.26); FILE MERGED
2005/11/14 10:36:09 pl 1.24.22.3: #i55991# removed warnings
2005/11/07 18:44:55 pl 1.24.22.2: RESYNC: (1.24-1.25); FILE MERGED
2005/10/25 15:56:12 mt 1.24.22.1: #i55991# Warning Free Code
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/helper/unowrapper.cxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/toolkit/source/helper/unowrapper.cxx b/toolkit/source/helper/unowrapper.cxx index e797bc4733f8..add1d11b843b 100644 --- a/toolkit/source/helper/unowrapper.cxx +++ b/toolkit/source/helper/unowrapper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unowrapper.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: rt $ $Date: 2006-05-04 08:27:17 $ + * last change: $Author: hr $ $Date: 2006-06-19 23:06:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -156,7 +156,7 @@ TOOLKIT_DLLPUBLIC UnoWrapperBase* CreateUnoWrapper() return new UnoWrapper( NULL ); } -}; // extern "C" +} // extern "C" UnoWrapper::UnoWrapper( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XToolkit>& rxToolkit ) @@ -164,6 +164,10 @@ UnoWrapper::UnoWrapper( const ::com::sun::star::uno::Reference< ::com::sun::star mxToolkit = rxToolkit; } +UnoWrapper::~UnoWrapper() +{ +} + void UnoWrapper::Destroy() { delete this; |