summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/viewshe2.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 12:57:13 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 12:57:13 +0000
commit9636dcb9b0ec22c4870735b3de0a22b1286ea625 (patch)
tree71384a89f6fbef1a3ff8fc4202bcf5fce1d9c07f /sd/source/ui/view/viewshe2.cxx
parent240661b6d0efd8c0792e471fbb01b16ed80753ae (diff)
INTEGRATION: CWS mingwport06 (1.52.60); FILE MERGED
2007/08/24 13:11:36 vg 1.52.60.1: #i75499# pragma is for MSVC
Diffstat (limited to 'sd/source/ui/view/viewshe2.cxx')
-rw-r--r--sd/source/ui/view/viewshe2.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/view/viewshe2.cxx b/sd/source/ui/view/viewshe2.cxx
index db37a8dd42fd..9cfd93140edb 100644
--- a/sd/source/ui/view/viewshe2.cxx
+++ b/sd/source/ui/view/viewshe2.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: viewshe2.cxx,v $
*
- * $Revision: 1.52 $
+ * $Revision: 1.53 $
*
- * last change: $Author: hr $ $Date: 2007-06-26 11:47:56 $
+ * last change: $Author: kz $ $Date: 2007-09-06 13:57:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -150,7 +150,7 @@
#include <svtools/soerr.hxx>
#include <toolkit/helper/vclunohelper.hxx>
-#ifdef WNT
+#ifdef _MSC_VER
#pragma optimize ( "", off )
#endif
@@ -1205,7 +1205,7 @@ sal_Int8 ViewShell::ExecuteDrop (
return( pView ? pView->ExecuteDrop( rEvt, rTargetHelper, pTargetWindow, nPage, nLayer ) : DND_ACTION_NONE );
}
-#ifdef WNT
+#ifdef _MSC_VER
#pragma optimize ( "", on )
#endif