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.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/fldui/fldref.cxx b/sw/source/ui/fldui/fldref.cxx
index 7798e2eadea4..ccd742513f85 100644
--- a/sw/source/ui/fldui/fldref.cxx
+++ b/sw/source/ui/fldui/fldref.cxx
@@ -166,7 +166,7 @@ void SwFldRefPage::Reset(const SfxItemSet& )
Init(); // general initialisation
// initialise TypeListBox
- m_pTypeLB->SetUpdateMode(sal_False);
+ m_pTypeLB->SetUpdateMode(false);
m_pTypeLB->Clear();
// fill Type-Listbox
@@ -233,7 +233,7 @@ void SwFldRefPage::Reset(const SfxItemSet& )
if (!IsFldEdit())
RestorePos(m_pTypeLB);
- m_pTypeLB->SetUpdateMode(sal_True);
+ m_pTypeLB->SetUpdateMode(true);
nFldDlgFmtSel = 0;
@@ -477,7 +477,7 @@ void SwFldRefPage::UpdateSubType()
if (IsFldEdit() && sOldSel.isEmpty())
sOldSel = OUString::number( pRefFld->GetSeqNo() + 1 );
- m_pSelectionLB->SetUpdateMode(sal_False);
+ m_pSelectionLB->SetUpdateMode(false);
m_pSelectionLB->Clear();
// #i83479#
m_pSelectionToolTipLB->SetUpdateMode(sal_False);
@@ -650,7 +650,7 @@ void SwFldRefPage::UpdateSubType()
}
else
{
- m_pSelectionLB->SetUpdateMode(sal_True);
+ m_pSelectionLB->SetUpdateMode(true);
// enable or disable
bool bEnable = m_pSelectionLB->GetEntryCount() != 0;