summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/optdlg')
-rw-r--r--sc/source/ui/optdlg/opredlin.cxx8
-rw-r--r--sc/source/ui/optdlg/tpview.cxx2
2 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/optdlg/opredlin.cxx b/sc/source/ui/optdlg/opredlin.cxx
index 385cef932f46..9fcfee9f4e1e 100644
--- a/sc/source/ui/optdlg/opredlin.cxx
+++ b/sc/source/ui/optdlg/opredlin.cxx
@@ -159,10 +159,10 @@ void ScRedlineOptionsTabPage::Reset( const SfxItemSet& /* rSet */ )
m_pInsertColorLB->InsertEntry( aColor, sName );
m_pRemoveColorLB->InsertEntry( aColor, sName );
}
- m_pContentColorLB->SetUpdateMode( sal_True );
- m_pMoveColorLB->SetUpdateMode( sal_True );
- m_pInsertColorLB->SetUpdateMode( sal_True );
- m_pRemoveColorLB->SetUpdateMode( sal_True );
+ m_pContentColorLB->SetUpdateMode( true );
+ m_pMoveColorLB->SetUpdateMode( true );
+ m_pInsertColorLB->SetUpdateMode( true );
+ m_pRemoveColorLB->SetUpdateMode( true );
ScAppOptions aAppOptions=SC_MOD()->GetAppOptions();
diff --git a/sc/source/ui/optdlg/tpview.cxx b/sc/source/ui/optdlg/tpview.cxx
index 1180bdcb1b91..568daece00af 100644
--- a/sc/source/ui/optdlg/tpview.cxx
+++ b/sc/source/ui/optdlg/tpview.cxx
@@ -329,7 +329,7 @@ void ScTpContentOptions::InitGridOpt()
pColorLB->GetEntryPos( aStdCol ) )
pColorLB->InsertEntry( aStdCol, ScGlobal::GetRscString( STR_GRIDCOLOR ) );
- pColorLB->SetUpdateMode( sal_True );
+ pColorLB->SetUpdateMode( true );
Invalidate();
}