From e22fef02d6a2e752d03294969e0887ad1d0eda7c Mon Sep 17 00:00:00 2001 From: Tino Rachui Date: Fri, 2 Mar 2001 16:40:28 +0000 Subject: *** empty log message *** --- dtrans/source/win32/dtobj/XTDataObject.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dtrans') diff --git a/dtrans/source/win32/dtobj/XTDataObject.cxx b/dtrans/source/win32/dtobj/XTDataObject.cxx index de9c43f94814..6a9eff4840c4 100644 --- a/dtrans/source/win32/dtobj/XTDataObject.cxx +++ b/dtrans/source/win32/dtobj/XTDataObject.cxx @@ -2,9 +2,9 @@ * * $RCSfile: XTDataObject.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: tra $ $Date: 2001-03-02 15:46:31 $ + * last change: $Author: tra $ $Date: 2001-03-02 17:40:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -543,9 +543,9 @@ void CXTDataObject::validateFormatEtc( LPFORMATETC lpFormatEtc ) const if ( lpFormatEtc->lindex != -1 ) throw CInvalidFormatEtcException( DV_E_LINDEX ); - if ( !(lpFormatEtc->dwAspect & DVASPECT_CONTENT) && + if ( !(lpFormatEtc->dwAspect & DVASPECT_CONTENT) /*&& !(lpFormatEtc->dwAspect & DVASPECT_COPY) && - !(lpFormatEtc->dwAspect & DVASPECT_LINK) && + !(lpFormatEtc->dwAspect & DVASPECT_LINK)*/ && !(lpFormatEtc->dwAspect & DVASPECT_SHORTNAME) ) throw CInvalidFormatEtcException( DV_E_DVASPECT ); -- cgit v1.2.3