[Libreoffice-commits] core.git: include/sal
Stephan Bergmann
sbergman at redhat.com
Fri Nov 13 06:40:12 PST 2015
include/sal/log.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 97ce93ec6481fc6d90eb6fc11b5fcc8c448f92ed
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Nov 13 15:39:34 2015 +0100
loplugin:nullptr
Change-Id: I22f1205396c502b6d3e937343e2ea9698b756f77
diff --git a/include/sal/log.hxx b/include/sal/log.hxx
index 563ed57..aefcdd1 100644
--- a/include/sal/log.hxx
+++ b/include/sal/log.hxx
@@ -314,7 +314,7 @@ inline char const * unwrapStream(SAL_UNUSED_PARAMETER StreamIgnore const &) {
*/
#define SAL_DEBUG(stream) \
SAL_DETAIL_LOG_STREAM( \
- SAL_LOG_TRUE, ::SAL_DETAIL_LOG_LEVEL_DEBUG, 0, 0, stream)
+ SAL_LOG_TRUE, ::SAL_DETAIL_LOG_LEVEL_DEBUG, NULL, NULL, stream)
#endif
More information about the Libreoffice-commits
mailing list