Add apparently missing ! to GlobalEventConfig_Impl::hasElements

...which had been like that ever since the code's introduction in
026f5ef5ee "INTEGRATION: CWS docking1"

Change-Id: I2d5ae3a03aaf75a0f8df40c641f7233c6b19630e
Reviewed-on: https://gerrit.libreoffice.org/65848
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann 2019-01-03 16:44:53 +01:00
parent f8799582e4
commit b29f6e6052

View file

@ -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