summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-10-22 06:57:23 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-10-22 06:57:23 +0000
commita7bf472ccf832703d3dfdaf416d1cc3eaf52d8f3 (patch)
treee3a7a7bc3e16b2668ec6ac483c111183ea2b4b29 /dtrans
parentc90dd9469792d01e806a0164e85ee6ac8755ad9b (diff)
INTEGRATION: CWS dtransfix (1.2.32); FILE MERGED
2004/10/12 05:01:02 tra 1.2.32.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/XNotifyingDataObject.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/dtrans/source/win32/dtobj/XNotifyingDataObject.hxx b/dtrans/source/win32/dtobj/XNotifyingDataObject.hxx
index 9b70c72cb53d..b0a894bf16ed 100644
--- a/dtrans/source/win32/dtobj/XNotifyingDataObject.hxx
+++ b/dtrans/source/win32/dtobj/XNotifyingDataObject.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XNotifyingDataObject.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2003-10-06 14:41:19 $
+ * last change: $Author: rt $ $Date: 2004-10-22 07:57:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,8 @@
#include <objidl.h>
#include <windows.h>
-#include <comdef.h>
+
+#include <systools/win32/comtools.hxx>
/*--------------------------------------------------------------------------
To implement the lostOwnership mechanism cleanly we need this wrapper