summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 13:26:48 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 13:26:48 +0000
commitdff79b1599003f1a921eedba2df87ca31e59801f (patch)
tree5373ccf723743e8d0dd694f6efe571f1030639b3
parent3332e96588dfdf645533f103a0a479084c870882 (diff)
INTEGRATION: CWS mingwport06 (1.24.16); FILE MERGED
2007/08/24 12:58:44 vg 1.24.16.1: #i75499# pragma is for MSVC
-rw-r--r--dtrans/source/win32/dtobj/DOTransferable.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/dtrans/source/win32/dtobj/DOTransferable.cxx b/dtrans/source/win32/dtobj/DOTransferable.cxx
index 06415c04bef2..bacc23e4b5f6 100644
--- a/dtrans/source/win32/dtobj/DOTransferable.cxx
+++ b/dtrans/source/win32/dtobj/DOTransferable.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DOTransferable.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: vg $ $Date: 2007-03-26 15:06:30 $
+ * last change: $Author: kz $ $Date: 2007-09-06 14:26:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -476,7 +476,9 @@ void CDOTransferable::clipDataToByteStream( CLIPFORMAT cf, STGMEDIUM stgmedium,
break;
case TYMED_ISTREAM:
+ #ifdef _MSC_VER
#pragma PRAGMA_MSG( Has to be implemented )
+ #endif
break;
default: