summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/logging.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/comphelper/source/misc/logging.cxx b/comphelper/source/misc/logging.cxx
index 55bfefef4bbe..c6863539a116 100644
--- a/comphelper/source/misc/logging.cxx
+++ b/comphelper/source/misc/logging.cxx
@@ -110,7 +110,7 @@ namespace comphelper
}
- bool EventLogger::impl_log( const sal_Int32 _nLogLevel,
+ void EventLogger::impl_log( const sal_Int32 _nLogLevel,
const sal_Char* _pSourceClass, const sal_Char* _pSourceMethod, const OUString& _rMessage,
const OptionalString& _rArgument1, const OptionalString& _rArgument2,
const OptionalString& _rArgument3, const OptionalString& _rArgument4,
@@ -157,8 +157,6 @@ namespace comphelper
{
OSL_FAIL( "EventLogger::impl_log: caught an exception!" );
}
-
- return false;
}
} // namespace comphelper