summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshd.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 13:22:12 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 13:22:12 +0000
commitbcbb20cd1d5958b4fa961de85962d9d134fe111a (patch)
tree67ac1963a19a699236496b4a2e0d9936f4415ad0 /sc/source/ui/view/tabvwshd.cxx
parent84059d4e15a40b551a16e1fd6ed3c45194fbba23 (diff)
INTEGRATION: CWS mingwport06 (1.5.314); FILE MERGED
2007/08/24 13:08:31 vg 1.5.314.1: #i75499# pragma is for MSVC
Diffstat (limited to 'sc/source/ui/view/tabvwshd.cxx')
-rw-r--r--sc/source/ui/view/tabvwshd.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/tabvwshd.cxx b/sc/source/ui/view/tabvwshd.cxx
index 1b9686c6be0c..9cc54b288f00 100644
--- a/sc/source/ui/view/tabvwshd.cxx
+++ b/sc/source/ui/view/tabvwshd.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tabvwshd.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 15:17:18 $
+ * last change: $Author: kz $ $Date: 2007-09-06 14:22:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,7 +40,7 @@
//------------------------------------------------------------------
-#ifdef WNT
+#ifdef _MSC_VER
#pragma optimize ("", off)
#endif