summaryrefslogtreecommitdiff
path: root/extensions/source/logging/loghandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/logging/loghandler.hxx')
-rw-r--r--extensions/source/logging/loghandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/logging/loghandler.hxx b/extensions/source/logging/loghandler.hxx
index c87d50504a24..d41b80b4c69a 100644
--- a/extensions/source/logging/loghandler.hxx
+++ b/extensions/source/logging/loghandler.hxx
@@ -65,7 +65,7 @@ namespace logging
inline rtl_TextEncoding
getTextEncoding() const { return m_eEncoding; }
- inline css::uno::Reference< css::logging::XLogFormatter >
+ const css::uno::Reference< css::logging::XLogFormatter >&
getFormatter() const { return m_xFormatter; }
inline void
setFormatter( const css::uno::Reference< css::logging::XLogFormatter >& _rxFormatter )