summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldref.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/fldref.cxx')
-rw-r--r--sw/source/ui/fldui/fldref.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/fldui/fldref.cxx b/sw/source/ui/fldui/fldref.cxx
index 9236ef145cb0..0eb5cf156fb3 100644
--- a/sw/source/ui/fldui/fldref.cxx
+++ b/sw/source/ui/fldui/fldref.cxx
@@ -479,7 +479,7 @@ void SwFldRefPage::UpdateSubType()
m_pSelectionLB->SetUpdateMode(false);
m_pSelectionLB->Clear();
// #i83479#
- m_pSelectionToolTipLB->SetUpdateMode(sal_False);
+ m_pSelectionToolTipLB->SetUpdateMode(false);
m_pSelectionToolTipLB->Clear();
bool bShowSelectionToolTipLB( false );
@@ -632,7 +632,7 @@ void SwFldRefPage::UpdateSubType()
m_pSelectionLB->Show( !bShowSelectionToolTipLB );
if ( bShowSelectionToolTipLB )
{
- m_pSelectionToolTipLB->SetUpdateMode(sal_True);
+ m_pSelectionToolTipLB->SetUpdateMode(true);
bool bEnable = m_pSelectionToolTipLB->GetEntryCount() != 0;
m_pSelection->Enable( bEnable );