summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/flddb.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/flddb.cxx')
-rw-r--r--sw/source/ui/fldui/flddb.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/fldui/flddb.cxx b/sw/source/ui/fldui/flddb.cxx
index f478d42468ce..82372d200867 100644
--- a/sw/source/ui/fldui/flddb.cxx
+++ b/sw/source/ui/fldui/flddb.cxx
@@ -81,7 +81,7 @@ void SwFldDBPage::Reset(const SfxItemSet&)
{
Init(); // Allgemeine initialisierung
- m_pTypeLB->SetUpdateMode(sal_False);
+ m_pTypeLB->SetUpdateMode(false);
sal_uInt16 nOldPos = m_pTypeLB->GetSelectEntryPos();
m_sOldDBName = m_pDatabaseTLB->GetDBName(m_sOldTableName, m_sOldColumnName);
@@ -166,7 +166,7 @@ void SwFldDBPage::Reset(const SfxItemSet&)
}
TypeHdl(0);
- m_pTypeLB->SetUpdateMode(sal_True);
+ m_pTypeLB->SetUpdateMode(true);
m_pTypeLB->SetSelectHdl(LINK(this, SwFldDBPage, TypeHdl));
m_pTypeLB->SetDoubleClickHdl(LINK(this, SwFldDBPage, InsertHdl));