summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 13:26:06 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 13:26:06 +0000
commita501a01a2ea6342ad5b522e61b2ced0f360829bc (patch)
tree81f2953ee2fd0279a96687c6631217ea5e5e2956
parent55774844a74b93642e8df6097c58b02dd4f15d7e (diff)
INTEGRATION: CWS mingwport06 (1.11.48); FILE MERGED
2007/08/24 13:14:05 vg 1.11.48.1: #i75499# pragma is for MSVC
-rw-r--r--sfx2/source/control/ctrlitem.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/control/ctrlitem.cxx b/sfx2/source/control/ctrlitem.cxx
index ec4c87c5da2b..d9965218146d 100644
--- a/sfx2/source/control/ctrlitem.cxx
+++ b/sfx2/source/control/ctrlitem.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ctrlitem.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 23:05:33 $
+ * last change: $Author: kz $ $Date: 2007-09-06 14:26:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -470,7 +470,7 @@ SfxMapUnit SfxControllerItem::GetCoreMetric() const
//------------------------------------------------------------------------
-#ifdef WNT
+#ifdef _MSC_VER
#pragma optimize("g",off)
#endif