diff options
Diffstat (limited to 'dbaccess/source/ui/browser/brwctrlr.cxx')
-rw-r--r-- | dbaccess/source/ui/browser/brwctrlr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx b/dbaccess/source/ui/browser/brwctrlr.cxx index 17107ca38bc8..48921a10700b 100644 --- a/dbaccess/source/ui/browser/brwctrlr.cxx +++ b/dbaccess/source/ui/browser/brwctrlr.cxx @@ -1643,7 +1643,7 @@ FeatureState SbaXDataBrowserController::GetState(sal_uInt16 nId) const } else { - aReturn.bChecked = sal_False; + aReturn.bChecked = false; aReturn.bEnabled = sal_False; } } |