diff options
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/treeopt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx index 898453f300bd..076a000d86b2 100644 --- a/cui/source/options/treeopt.cxx +++ b/cui/source/options/treeopt.cxx @@ -2102,7 +2102,7 @@ void ExtensionsTabPage::CreateDialogWithHandler() { try { - bool bWithHandler = ( !m_sEventHdl.isEmpty() ); + bool bWithHandler = !m_sEventHdl.isEmpty(); if ( bWithHandler ) { Reference < XMultiServiceFactory > xFactory( ::comphelper::getProcessServiceFactory() ); |