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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/logging/loghandler.hxx b/extensions/source/logging/loghandler.hxx
index 8b54c24b46fe..2187ffd78d98 100644
--- a/extensions/source/logging/loghandler.hxx
+++ b/extensions/source/logging/loghandler.hxx
@@ -61,20 +61,20 @@ namespace logging
bool getEncoding( OUString& _out_rEncoding ) const;
bool setEncoding( const OUString& _rEncoding );
- inline rtl_TextEncoding
+ rtl_TextEncoding
getTextEncoding() const { return m_eEncoding; }
const css::uno::Reference< css::logging::XLogFormatter >&
getFormatter() const { return m_xFormatter; }
- inline void
+ void
setFormatter( const css::uno::Reference< css::logging::XLogFormatter >& _rxFormatter )
{
m_xFormatter = _rxFormatter;
}
- inline sal_Int32
+ sal_Int32
getLevel() const { return m_nLevel; }
- inline void
+ void
setLevel( const sal_Int32 _nLevel )
{
m_nLevel = _nLevel;