summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-12-04 17:29:17 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-12-06 13:35:16 +0100
commit4566d3c24809b51d9209d1d7183feaffe0a393c0 (patch)
tree279f9b1d403b6bf6095ab6e4cb4c1bd5eab2c4fd /sal
parentfdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new style (diff)
downloadcore-4566d3c24809b51d9209d1d7183feaffe0a393c0.tar.gz
core-4566d3c24809b51d9209d1d7183feaffe0a393c0.zip
committed by mistake
Change-Id: I40a4aa2239736a081a94b04c2f510866be5ac54c
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/rtl/strings/test_oustring_concat.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/qa/rtl/strings/test_oustring_concat.cxx b/sal/qa/rtl/strings/test_oustring_concat.cxx
index 4f650dcf3657..7eefb6f44587 100644
--- a/sal/qa/rtl/strings/test_oustring_concat.cxx
+++ b/sal/qa/rtl/strings/test_oustring_concat.cxx
@@ -60,7 +60,6 @@ void test::oustring::StringConcat::check()
CPPUNIT_ASSERT_EQUAL( OUString( "fooxyz" ), OUString( OUString( "foo" ) + d1 ));
TYPES_ASSERT_EQUAL(( typeid( OUStringConcat< OUString, const char[ 4 ] > )), typeid( OUString( "foo" ) + d1 ));
}
-#undef typeid
}} // namespace