[Libreoffice-commits] core.git: sal/qa
Stephan Bergmann
sbergman at redhat.com
Tue Dec 2 07:46:43 PST 2014
sal/qa/rtl/strings/test_ostring_concat.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 53af491e09e8a2471676232418e8610b4b0c05c0
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Dec 2 16:46:18 2014 +0100
-Werror,-Wkeyword-macro
Change-Id: I4a42c9f795cfbaa0f6c7b68d8189204a63da2321
diff --git a/sal/qa/rtl/strings/test_ostring_concat.cxx b/sal/qa/rtl/strings/test_ostring_concat.cxx
index 7988a3b..da43645 100644
--- a/sal/qa/rtl/strings/test_ostring_concat.cxx
+++ b/sal/qa/rtl/strings/test_ostring_concat.cxx
@@ -88,7 +88,6 @@ void test::ostring::StringConcat::checkConcat()
TYPES_ASSERT_EQUAL(( typeid( OStringConcat< OStringBuffer, OString > )), typeid( OStringBuffer( "foo" ) + OString( "bar" )));
#endif
}
-#undef typeid
void test::ostring::StringConcat::checkEnsureCapacity()
{
More information about the Libreoffice-commits
mailing list