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:
parent
f8799582e4
commit
b29f6e6052
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue