From e50ef195bc95f3f410119f623928382cb88b45d2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 1 Jul 2014 15:45:52 +0200 Subject: New loplugin:stringconcat Change-Id: Id7c517fb37bc28797c45fc0dde83e866f2aa4aac --- svl/source/items/whassert.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl') diff --git a/svl/source/items/whassert.hxx b/svl/source/items/whassert.hxx index 7c7368869e0b..253debbf0e87 100644 --- a/svl/source/items/whassert.hxx +++ b/svl/source/items/whassert.hxx @@ -24,7 +24,7 @@ #include #define SFX_ASSERT( bCondition, nId, sMessage ) SAL_WARN_IF( \ - !(bCondition), "svl", (sMessage) << ", with ID/pos " << (nId)); + !(bCondition), "svl", sMessage ", with ID/pos " << (nId)); #endif -- cgit