diff options
Diffstat (limited to 'comphelper/source/misc/logging.cxx')
-rw-r--r-- | comphelper/source/misc/logging.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/logging.cxx b/comphelper/source/misc/logging.cxx index d9b7caf52634..22ff36c288bc 100644 --- a/comphelper/source/misc/logging.cxx +++ b/comphelper/source/misc/logging.cxx @@ -86,7 +86,7 @@ namespace comphelper return false; } - const css::uno::Reference<css::logging::XLogger> & EventLogger::getLogger() + const css::uno::Reference<css::logging::XLogger> & EventLogger::getLogger() const { return m_pImpl->getLogger(); } |