summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/eventcfg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/eventcfg.cxx b/unotools/source/config/eventcfg.cxx
index 7842820cfcf2..2f2f57956a5e 100644
--- a/unotools/source/config/eventcfg.cxx
+++ b/unotools/source/config/eventcfg.cxx
@@ -308,7 +308,7 @@ Type SAL_CALL GlobalEventConfig_Impl::getElementType( )
bool SAL_CALL GlobalEventConfig_Impl::hasElements( )
{
- return ( m_eventBindingHash.empty() );
+ return m_eventBindingHash.empty();
}
// and now the wrapper