summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshb.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 13:21:58 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 13:21:58 +0000
commit84059d4e15a40b551a16e1fd6ed3c45194fbba23 (patch)
treebb59d17016c9c9f9337438436932cd0f527113ab /sc/source/ui/view/tabvwshb.cxx
parent6edaa2ad3039fa7026649aa4f7373b89d7440940 (diff)
INTEGRATION: CWS mingwport06 (1.35.114); FILE MERGED
2007/08/24 13:08:30 vg 1.35.114.1: #i75499# pragma is for MSVC
Diffstat (limited to 'sc/source/ui/view/tabvwshb.cxx')
-rw-r--r--sc/source/ui/view/tabvwshb.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/tabvwshb.cxx b/sc/source/ui/view/tabvwshb.cxx
index 4bf973640d50..5f71b4c5fe47 100644
--- a/sc/source/ui/view/tabvwshb.cxx
+++ b/sc/source/ui/view/tabvwshb.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tabvwshb.cxx,v $
*
- * $Revision: 1.35 $
+ * $Revision: 1.36 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 20:14:55 $
+ * last change: $Author: kz $ $Date: 2007-09-06 14:21:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,7 +47,7 @@
//------------------------------------------------------------------
-#ifdef WNT
+#ifdef _MSC_VER
#pragma optimize ("", off)
#endif