summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdopath.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-11-13 14:32:22 +0000
committerRüdiger Timm <rt@openoffice.org>2007-11-13 14:32:22 +0000
commit92211516fb1ba7c4fec07a5126f0eac1467d7a6e (patch)
treeb077bffdf9eaa9f930641963a8470fa62e4a8054 /svx/source/svdraw/svdopath.cxx
parent60abaf451b57290eb24ade44ca4454c5ac970589 (diff)
INTEGRATION: CWS sb82 (1.46.136); FILE MERGED
2007/11/07 12:52:20 sb 1.46.136.1: #i83412# Disable warnings caused by #pragma optimization off (wntmsci11).
Diffstat (limited to 'svx/source/svdraw/svdopath.cxx')
-rw-r--r--svx/source/svdraw/svdopath.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdopath.cxx b/svx/source/svdraw/svdopath.cxx
index 49dbfd1d5985..47386f852803 100644
--- a/svx/source/svdraw/svdopath.cxx
+++ b/svx/source/svdraw/svdopath.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdopath.cxx,v $
*
- * $Revision: 1.46 $
+ * $Revision: 1.47 $
*
- * last change: $Author: hr $ $Date: 2007-08-02 17:29:27 $
+ * last change: $Author: rt $ $Date: 2007-11-13 15:32:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,6 +57,7 @@
#ifdef _MSC_VER
#pragma optimize ("",off)
+#pragma warning(disable: 4748) // "... because optimizations are disabled ..."
#endif
#include <svx/xlnwtit.hxx>