summaryrefslogtreecommitdiff
path: root/dtrans/source/win32
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 13:27:01 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 13:27:01 +0000
commita2d83555386028cc80c2bd4b4d2946dcb89453c9 (patch)
tree459c4dadb5564a49f2f57ae22462cfee6613708a /dtrans/source/win32
parentdff79b1599003f1a921eedba2df87ca31e59801f (diff)
INTEGRATION: CWS mingwport06 (1.27.16); FILE MERGED
2007/08/27 12:58:25 vg 1.27.16.1: #i75499# pragma for MSVC
Diffstat (limited to 'dtrans/source/win32')
-rw-r--r--dtrans/source/win32/mtaole/MtaOleClipb.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/dtrans/source/win32/mtaole/MtaOleClipb.cxx b/dtrans/source/win32/mtaole/MtaOleClipb.cxx
index a955fe960c63..9a713f0038b4 100644
--- a/dtrans/source/win32/mtaole/MtaOleClipb.cxx
+++ b/dtrans/source/win32/mtaole/MtaOleClipb.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: MtaOleClipb.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: vg $ $Date: 2007-05-16 12:07:01 $
+ * last change: $Author: kz $ $Date: 2007-09-06 14:27:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -49,8 +49,10 @@
hidden window an forward these requests via window messages.
*/
+#ifdef _MSC_VER
#pragma warning( disable : 4786 ) // identifier was truncated to 'number'
// characters in the debug information
+#endif
//#define UNICODE