summaryrefslogtreecommitdiff
path: root/dtrans/source/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-10-22 06:54:01 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-10-22 06:54:01 +0000
commitc83fc80b57c92599f1f3c58817d910e280b52f21 (patch)
treeaeda9d455e488bbabc8860c06b766b296fa52165 /dtrans/source/inc
parent6f154da88a0687998211647d67c0f94549c5235f (diff)
INTEGRATION: CWS dtransfix (1.2.32); FILE MERGED
2004/10/12 05:00:55 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/source/inc')
-rw-r--r--dtrans/source/inc/DtObjFactory.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dtrans/source/inc/DtObjFactory.hxx b/dtrans/source/inc/DtObjFactory.hxx
index c67117ac29b3..174e675f5e90 100644
--- a/dtrans/source/inc/DtObjFactory.hxx
+++ b/dtrans/source/inc/DtObjFactory.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DtObjFactory.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2003-10-06 14:36:30 $
+ * last change: $Author: rt $ $Date: 2004-10-22 07:54:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,7 @@
#include <cppuhelper/servicefactory.hxx>
#endif
-#include <comdef.h>
+#include <systools/win32/comtools.hxx>
//------------------------------------------------------------------------
// deklarations
@@ -87,7 +87,7 @@ public:
virtual IDataObjectPtr SAL_CALL createDataObjFromTransferable( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& aServiceManager,
const com::sun::star::uno::Reference< com::sun::star::datatransfer::XTransferable >& refXTransferable );
virtual com::sun::star::uno::Reference< com::sun::star::datatransfer::XTransferable > SAL_CALL createTransferableFromDataObj(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& aServiceManager, IDataObject* pIDataObject );
+ const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& aServiceManager, IDataObjectPtr pIDataObject );
};
#endif