svl/source/items/whassert.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fcf9e5bf68926871de08a373be952318f41cc347 Author: Armin Le Grand <a...@apache.org> Date: Sat Nov 30 17:25:26 2013 +0000 corrected the SFX_ASSERT macro for debug build diff --git a/svl/source/items/whassert.hxx b/svl/source/items/whassert.hxx index b9fd3c9..1e76bcb 100644 --- a/svl/source/items/whassert.hxx +++ b/svl/source/items/whassert.hxx @@ -38,7 +38,7 @@ ByteString aMsg( sMessage ); \ aMsg.Append(RTL_CONSTASCII_STRINGPARAM("\nwith Id/Pos: ")); \ aMsg += ByteString::CreateFromInt32( nId ); \ - DbgError( aMsg.GetBuffer(), __FILE__, __LINE__); \ + DbgError( aMsg.GetBuffer() ); \ } \ } \ } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits