summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2001-03-02 16:40:28 +0000
committerTino Rachui <tra@openoffice.org>2001-03-02 16:40:28 +0000
commite22fef02d6a2e752d03294969e0887ad1d0eda7c (patch)
treec8f8fe5c8f7c01ccfbeda6a8734702221e09232c
parent27bfa40911fca83451315dc58f6d0af72f2970f2 (diff)
*** empty log message ***
-rw-r--r--dtrans/source/win32/dtobj/XTDataObject.cxx8
1 files changed, 4 insertions, 4 deletions
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 );