summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-20 18:50:01 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-20 18:50:01 +0000
commite1395ba7fac857a762122d9cfecf613a858d4973 (patch)
tree1bfa2877175dcce7d9ebbbc0f27203a5ae0f3d2f /sal
parentINTEGRATION: CWS reportdesign01 (1.6.238); FILE MERGED (diff)
downloadcore-e1395ba7fac857a762122d9cfecf613a858d4973.tar.gz
core-e1395ba7fac857a762122d9cfecf613a858d4973.zip
INTEGRATION: CWS reportdesign01 (1.5.154); FILE MERGED
2007/10/04 09:03:59 lla 1.5.154.1: #i67655# only updates on some tests to build warning free
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/rtl_strings/rtl_old_testostring.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sal/qa/rtl_strings/rtl_old_testostring.cxx b/sal/qa/rtl_strings/rtl_old_testostring.cxx
index f204e5a24606..a4a475c03004 100644
--- a/sal/qa/rtl_strings/rtl_old_testostring.cxx
+++ b/sal/qa/rtl_strings/rtl_old_testostring.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rtl_old_testostring.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 09:03:03 $
+ * last change: $Author: ihi $ $Date: 2007-11-20 19:50:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -79,6 +79,10 @@ namespace rtl_OString
};
+#ifdef WNT
+#pragma warning( disable : 4723 )
+#endif
+
void oldtests::test_OString()
{
TEST_ENSURE( sal_True, "_USENAMEPSACE defined");