diff options
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/eventcfg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/eventcfg.cxx b/unotools/source/config/eventcfg.cxx index ca2e1dac0082..8c0b62781b6f 100644 --- a/unotools/source/config/eventcfg.cxx +++ b/unotools/source/config/eventcfg.cxx @@ -293,7 +293,7 @@ Type const & GlobalEventConfig_Impl::getElementType( ) bool GlobalEventConfig_Impl::hasElements() const { - return m_eventBindingHash.empty(); + return !m_eventBindingHash.empty(); } // and now the wrapper |