summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/dbfunc2.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 13:20:32 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 13:20:32 +0000
commit690ca435437c2aa92d7e3ff0ce7df1cc659eacde (patch)
tree5f6a17906e4c4611fe3fb3f1fd51e471f99b4208 /sc/source/ui/view/dbfunc2.cxx
parentf2b8b0e50522425695e26e5f6d697248c4c076f3 (diff)
INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED
2007/08/24 13:08:30 vg 1.5.114.1: #i75499# pragma is for MSVC
Diffstat (limited to 'sc/source/ui/view/dbfunc2.cxx')
-rw-r--r--sc/source/ui/view/dbfunc2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/dbfunc2.cxx b/sc/source/ui/view/dbfunc2.cxx
index 1485ef4a4c1b..f1f60682907f 100644
--- a/sc/source/ui/view/dbfunc2.cxx
+++ b/sc/source/ui/view/dbfunc2.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dbfunc2.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 20:12:47 $
+ * last change: $Author: kz $ $Date: 2007-09-06 14:20:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,7 +52,7 @@
// STATIC DATA -----------------------------------------------------------
-#ifdef WNT
+#ifdef _MSC_VER
#pragma optimize ( "", off )
#endif