summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/fntcap.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 13:03:09 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 13:03:09 +0000
commitaf4bfc99290fd1ffd2ec148f541b21339df3d2b8 (patch)
tree85d0d27aa1fed5f84d36bfd842fc1ce7e37ab58f /sw/source/core/txtnode/fntcap.cxx
parent7d713b29d85e990d0aab8cc00a17d2016beed214 (diff)
INTEGRATION: CWS mingwport06 (1.23.336); FILE MERGED
2007/08/24 13:26:02 vg 1.23.336.1: #i75499# pragma is for MSVC
Diffstat (limited to 'sw/source/core/txtnode/fntcap.cxx')
-rw-r--r--sw/source/core/txtnode/fntcap.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/txtnode/fntcap.cxx b/sw/source/core/txtnode/fntcap.cxx
index 2fd4d8532470..4bdc2f6a231b 100644
--- a/sw/source/core/txtnode/fntcap.cxx
+++ b/sw/source/core/txtnode/fntcap.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fntcap.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: hr $ $Date: 2007-01-02 16:51:31 $
+ * last change: $Author: kz $ $Date: 2007-09-06 14:03:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -582,7 +582,7 @@ void SwSubFont::DrawStretchCapital( SwDrawTextInfo &rInf )
*************************************************************************/
// JP 22.8.2001 - global optimization off - Bug 91245 / 91223
-#if defined( WNT ) && defined( MSC )
+#ifdef _MSC_VER
#pragma optimize("g",off)
#endif
@@ -870,7 +870,7 @@ void SwSubFont::DoOnCapitals( SwDoCapitals &rDo )
}
// JP 22.8.2001 - global optimization off - Bug 91245 / 91223
-#if defined( WNT ) && defined( MSC )
+#ifdef _MSC_VER
#pragma optimize("g",on)
#endif