[Libreoffice-commits] core.git: Branch 'aoo/trunk' - svl/source
Armin Le Grand
alg at apache.org
Sat Nov 30 10:07:57 PST 2013
svl/source/items/whassert.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fcf9e5bf68926871de08a373be952318f41cc347
Author: Armin Le Grand <alg at 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() ); \
} \
} \
}
More information about the Libreoffice-commits
mailing list