diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 05:02:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 05:02:34 +0000 |
commit | f788abc0326968f7f5ef2f682637cefc8fa7e43a (patch) | |
tree | 19c29879c1a45d15d18b05cdca83b36c77b5d9b6 /dtrans | |
parent | 70ccd8be550d49a33270f390cf4a5f4d62d35c49 (diff) |
INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
2006/03/09 20:31:47 pl 1.3.4.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dnd/idroptarget.cxx | 5 | ||||
-rw-r--r-- | dtrans/source/win32/dnd/idroptarget.hxx | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/dtrans/source/win32/dnd/idroptarget.cxx b/dtrans/source/win32/dnd/idroptarget.cxx index c0b3695bbf2c..6a94af365dc4 100644 --- a/dtrans/source/win32/dnd/idroptarget.cxx +++ b/dtrans/source/win32/dnd/idroptarget.cxx @@ -4,9 +4,9 @@ * * $RCSfile: idroptarget.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:17:10 $ + * last change: $Author: hr $ $Date: 2006-06-20 06:02:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,7 +33,6 @@ * ************************************************************************/ #include "idroptarget.hxx" -#include <oleidl.h> #include <rtl/unload.h> extern rtl_StandardModuleCount g_moduleCount; diff --git a/dtrans/source/win32/dnd/idroptarget.hxx b/dtrans/source/win32/dnd/idroptarget.hxx index 78164e3d0f98..75cf92f75fe8 100644 --- a/dtrans/source/win32/dnd/idroptarget.hxx +++ b/dtrans/source/win32/dnd/idroptarget.hxx @@ -4,9 +4,9 @@ * * $RCSfile: idroptarget.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:17:29 $ + * last change: $Author: hr $ $Date: 2006-06-20 06:02:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,8 +36,6 @@ #define _IDROPTARGET_HXX_ #include "target.hxx" -#include <oleidl.h> - class IDropTargetImpl: public IDropTarget { @@ -45,7 +43,7 @@ class IDropTargetImpl: public IDropTarget // Calls to IDropTarget functions are delegated to a DropTarget. DropTarget& m_rDropTarget; - ~IDropTargetImpl(); // delete is only called by IUnknown::Release + virtual ~IDropTargetImpl(); // delete is only called by IUnknown::Release IDropTargetImpl( const IDropTargetImpl& ); IDropTargetImpl& operator=( const IDropTargetImpl& ); public: |