summaryrefslogtreecommitdiff
path: root/include/comphelper/logging.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-27 16:04:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-27 16:04:30 +0100
commit52c8f47e8774304d207ef15c010b204ead291077 (patch)
tree5a8f76c0bf1c6bf05777fd2d2903c75f4d6bb7d8 /include/comphelper/logging.hxx
parent17748081ba7057f628ca45628b52a69ce86a7182 (diff)
un-default argument
Change-Id: I5d60998b4c30f58ee9c734b37d3f97118db8d7cf
Diffstat (limited to 'include/comphelper/logging.hxx')
-rw-r--r--include/comphelper/logging.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/logging.hxx b/include/comphelper/logging.hxx
index 1725340b379b..d6aeb675d822 100644
--- a/include/comphelper/logging.hxx
+++ b/include/comphelper/logging.hxx
@@ -496,7 +496,7 @@ namespace comphelper
ResourceBasedEventLogger(
const css::uno::Reference< css::uno::XComponentContext >& _rxContext,
const sal_Char* _pResourceBundleBaseName,
- const sal_Char* _pAsciiLoggerName = nullptr
+ const sal_Char* _pAsciiLoggerName
);