Author: alg
Date: Sat Nov 30 17:25:26 2013
New Revision: 1546757
URL: http://svn.apache.org/r1546757
Log:
corrected the SFX_ASSERT macro for debug build
Modified:
openoffice/trunk/main/svl/source/items/whassert.hxx
Modified: openoffice/trunk/main/svl/source/items/whassert.hxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/svl/source/items/whassert.hxx?rev=1546757&r1=1546756&r2=1546757&view=diff
==============================================================================
--- openoffice/trunk/main/svl/source/items/whassert.hxx (original)
+++ openoffice/trunk/main/svl/source/items/whassert.hxx Sat Nov 30 17:25:26 2013
@@ -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() ); \
}
\
}
\
}