summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
index 54754ad0e28a..4ce398c5c864 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
@@ -131,7 +131,7 @@ OSelectionBrowseBox::OSelectionBrowseBox( Window* pParent )
m_pFunctionCell->SetHelpId(HID_QRYDGN_ROW_FUNCTION);
// switch off triState of ::com::sun::star::form::CheckBox
- m_pVisibleCell->GetBox().EnableTriState( sal_False );
+ m_pVisibleCell->GetBox().EnableTriState( false );
Font aTitleFont = OutputDevice::GetDefaultFont( DEFAULTFONT_SANS_UNICODE,Window::GetSettings().GetLanguageTag().getLanguageType(),DEFAULTFONT_FLAGS_ONLYONE);
aTitleFont.SetSize(Size(0, 6));
@@ -323,7 +323,7 @@ void OSelectionBrowseBox::Init()
// set the header bar
BrowserHeader* pNewHeaderBar = CreateHeaderBar(this);
- pNewHeaderBar->SetMouseTransparent(sal_False);
+ pNewHeaderBar->SetMouseTransparent(false);
SetHeaderBar(pNewHeaderBar);
SetMode(m_nMode);