summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/drviews4.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 12:56:26 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 12:56:26 +0000
commit19b6af9229ceb16ac888781fb9b23efa7f7ec8fd (patch)
treef373bd390af95c1d7b58f9d01448d7f4d916d4db /sd/source/ui/view/drviews4.cxx
parentINTEGRATION: CWS mingwport06 (1.76.58); FILE MERGED (diff)
downloadcore-19b6af9229ceb16ac888781fb9b23efa7f7ec8fd.tar.gz
core-19b6af9229ceb16ac888781fb9b23efa7f7ec8fd.zip
INTEGRATION: CWS mingwport06 (1.37.102); FILE MERGED
2007/08/24 13:11:36 vg 1.37.102.1: #i75499# pragma is for MSVC
Diffstat (limited to 'sd/source/ui/view/drviews4.cxx')
-rw-r--r--sd/source/ui/view/drviews4.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/view/drviews4.cxx b/sd/source/ui/view/drviews4.cxx
index 73693c9d4832..9b6457834138 100644
--- a/sd/source/ui/view/drviews4.cxx
+++ b/sd/source/ui/view/drviews4.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drviews4.cxx,v $
*
- * $Revision: 1.37 $
+ * $Revision: 1.38 $
*
- * last change: $Author: kz $ $Date: 2007-05-10 15:34:17 $
+ * last change: $Author: kz $ $Date: 2007-09-06 13:56:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -138,7 +138,7 @@ namespace sd {
#define PIPETTE_RANGE 0
-#ifdef WNT
+#ifdef _MSC_VER
#pragma optimize ( "", off )
#endif
@@ -973,7 +973,7 @@ void DrawViewShell::UnlockInput()
}
-#ifdef WNT
+#ifdef _MSC_VER
#pragma optimize ( "", on )
#endif