summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-11-13 14:23:45 +0000
committerRüdiger Timm <rt@openoffice.org>2007-11-13 14:23:45 +0000
commitaa49e87315810d793b457b720cbd6100af8bab6c (patch)
tree480876c57220abb29cda2e1db443cbfa455a8ecd /basic
parent0718b8d34678b408ef2035388274bfa3ccd91e52 (diff)
INTEGRATION: CWS sb82 (1.10.38); FILE MERGED
2007/11/07 12:41:54 sb 1.10.38.1: #i83412# Disable warnings caused by #pragma optimization off (wntmsci11).
Diffstat (limited to 'basic')
-rw-r--r--basic/source/sbx/sbxscan.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxscan.cxx b/basic/source/sbx/sbxscan.cxx
index 54778d41e385..2e74f389d4fa 100644
--- a/basic/source/sbx/sbxscan.cxx
+++ b/basic/source/sbx/sbxscan.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sbxscan.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 14:31:47 $
+ * last change: $Author: rt $ $Date: 2007-11-13 15:23:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -389,6 +389,7 @@ static void myftoa( double nNum, char * pBuf, short nPrec, short nExpWidth,
#ifdef _MSC_VER
#pragma optimize( "", off )
+#pragma warning(disable: 4748) // "... because optimizations are disabled ..."
#endif
void ImpCvtNum( double nNum, short nPrec, XubString& rRes, BOOL bCoreString )