summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/viewshe2.cxx
diff options
context:
space:
mode:
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