summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2013-11-30 17:25:26 +0000
committerArmin Le Grand <alg@apache.org>2013-11-30 17:25:26 +0000
commitfcf9e5bf68926871de08a373be952318f41cc347 (patch)
tree10cb5ec10401dd9d6a980127f28d3b177c47fb7a /svl
parentce86d339b4f00d6ab50a3a6d22351c9ad5068aec (diff)
corrected the SFX_ASSERT macro for debug build
Notes
Notes: prefer: 0c7bff02710f8ad7915e215f723b6abad0079221
Diffstat (limited to 'svl')
-rw-r--r--svl/source/items/whassert.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/whassert.hxx b/svl/source/items/whassert.hxx
index b9fd3c97ca64..1e76bcbb0844 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() ); \
} \
} \
}