diff options
Diffstat (limited to 'dbaccess/source/ui/uno/ColumnControl.cxx')
-rw-r--r-- | dbaccess/source/ui/uno/ColumnControl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/uno/ColumnControl.cxx b/dbaccess/source/ui/uno/ColumnControl.cxx index 8a19477eebed..580dc1ca6ec8 100644 --- a/dbaccess/source/ui/uno/ColumnControl.cxx +++ b/dbaccess/source/ui/uno/ColumnControl.cxx @@ -102,10 +102,10 @@ void SAL_CALL OColumnControl::createPeer(const Reference< XToolkit >& /*rToolkit } if (aComponentInfos.bVisible) - xW->setVisible(sal_True); + xW->setVisible(true); if (!aComponentInfos.bEnable) - xW->setEnable(sal_False); + xW->setEnable(false); if (maWindowListeners.getLength()) xW->addWindowListener( &maWindowListeners ); |