diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:17:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:25:41 +0200 |
commit | bfb185c408f6630d17bdcf9243666cc1b0af5bd7 (patch) | |
tree | e560fa416aa23d5a043e7126e41fb63811a402a5 /forms/source/helper | |
parent | 07ea0e64f26ae4ba0a0474352df0bffb4409bd16 (diff) |
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I74cf43df85a878ee9af69901b2535f63461cb61e
Diffstat (limited to 'forms/source/helper')
-rw-r--r-- | forms/source/helper/windowstateguard.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/helper/windowstateguard.cxx b/forms/source/helper/windowstateguard.cxx index 330424e9a6e4..e2f17d705d93 100644 --- a/forms/source/helper/windowstateguard.cxx +++ b/forms/source/helper/windowstateguard.cxx @@ -131,7 +131,7 @@ namespace frm >>= bShouldBeEnabled ); if ( !bShouldBeEnabled && bEnabled ) - xWindow->setEnable( sal_False ); + xWindow->setEnable( false ); } catch( const Exception& ) { |