summaryrefslogtreecommitdiffstats
path: root/dtrans/source/win32/dtobj/DataFmtTransl.cxx
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2001-03-09 14:21:17 +0000
committerTino Rachui <tra@openoffice.org>2001-03-09 14:21:17 +0000
commit4b9d3fc23abd212440e0e0c5f687ff8597234b62 (patch)
treef41b49c643d6c4a0b2659943d22da1b787771e5d /dtrans/source/win32/dtobj/DataFmtTransl.cxx
parentfix for private/protected (diff)
downloadcore-4b9d3fc23abd212440e0e0c5f687ff8597234b62.tar.gz
core-4b9d3fc23abd212440e0e0c5f687ff8597234b62.zip
support for IStream currently removed because of strange notepad problems under W2K
Diffstat (limited to 'dtrans/source/win32/dtobj/DataFmtTransl.cxx')
-rw-r--r--dtrans/source/win32/dtobj/DataFmtTransl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/win32/dtobj/DataFmtTransl.cxx b/dtrans/source/win32/dtobj/DataFmtTransl.cxx
index 44fa7004f7c6..e50dc64bcf6c 100644
--- a/dtrans/source/win32/dtobj/DataFmtTransl.cxx
+++ b/dtrans/source/win32/dtobj/DataFmtTransl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DataFmtTransl.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tra $ $Date: 2001-03-09 08:46:46 $
+ * last change: $Author: tra $ $Date: 2001-03-09 15:21:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -266,7 +266,7 @@ CFormatEtc SAL_CALL CDataFormatTranslator::getFormatEtcForClipformat( CLIPFORMAT
break;
default:
- fetc.setTymed( TYMED_HGLOBAL | TYMED_ISTREAM );
+ fetc.setTymed( TYMED_HGLOBAL /*| TYMED_ISTREAM*/ );
}
return fetc;