summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/flddok.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/flddok.cxx')
-rw-r--r--sw/source/ui/fldui/flddok.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/fldui/flddok.cxx b/sw/source/ui/fldui/flddok.cxx
index e83684580f38..bc76e4109df0 100644
--- a/sw/source/ui/fldui/flddok.cxx
+++ b/sw/source/ui/fldui/flddok.cxx
@@ -88,7 +88,7 @@ void SwFldDokPage::Reset(const SfxItemSet& )
// initialise TypeListBox
const SwFldGroupRgn& rRg = GetFldMgr().GetGroupRange(IsFldDlgHtmlMode(), GetGroup());
- m_pTypeLB->SetUpdateMode(sal_False);
+ m_pTypeLB->SetUpdateMode(false);
m_pTypeLB->Clear();
sal_uInt16 nPos, nTypeId;
@@ -146,7 +146,7 @@ void SwFldDokPage::Reset(const SfxItemSet& )
// select old Pos
RestorePos(m_pTypeLB);
- m_pTypeLB->SetUpdateMode(sal_True);
+ m_pTypeLB->SetUpdateMode(true);
m_pTypeLB->SetDoubleClickHdl(LINK(this, SwFldDokPage, InsertHdl));
m_pTypeLB->SetSelectHdl(LINK(this, SwFldDokPage, TypeHdl));
m_pFormatLB->SetSelectHdl(LINK(this, SwFldDokPage, FormatHdl));