diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 06:56:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 06:56:18 +0000 |
commit | 578b275c378cc1b6cee57916a9d38ff612304a51 (patch) | |
tree | bff5275c75f83da51870a200a82068e69f1b4ae9 /dtrans | |
parent | b93745f27b89862e79350d47efd5c41d3a9c59ca (diff) |
INTEGRATION: CWS dtransfix (1.7.156); FILE MERGED
2004/10/12 05:01:00 tra 1.7.156.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dtobj/DOTransferable.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/win32/dtobj/DOTransferable.hxx b/dtrans/source/win32/dtobj/DOTransferable.hxx index ab75039a0a2a..8672b3ff2a86 100644 --- a/dtrans/source/win32/dtobj/DOTransferable.hxx +++ b/dtrans/source/win32/dtobj/DOTransferable.hxx @@ -2,9 +2,9 @@ * * $RCSfile: DOTransferable.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: jl $ $Date: 2001-08-15 06:58:11 $ + * last change: $Author: rt $ $Date: 2004-10-22 07:56:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,7 +91,7 @@ #include <com/sun/star/datatransfer/XSystemTransferable.hpp> #endif -#include <comdef.h> +#include <systools/win32/comtools.hxx> //------------------------------------------------------------------------ // deklarations |