From 49e5e750b51ae8b6ff5f8f98beedea1b4737c2fc Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 19 Oct 2012 15:20:10 +0200 Subject: Merge SvLBoxTreeList and SvTreeList. Change-Id: I318ff6f1009b1aaa7d0bd3abb250f92fb51a21cd --- sc/source/ui/miscdlgs/solveroptions.cxx | 4 ++-- sc/source/ui/optdlg/calcoptionsdlg.cxx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sc') diff --git a/sc/source/ui/miscdlgs/solveroptions.cxx b/sc/source/ui/miscdlgs/solveroptions.cxx index 5dba814170ec..f86808b00766 100644 --- a/sc/source/ui/miscdlgs/solveroptions.cxx +++ b/sc/source/ui/miscdlgs/solveroptions.cxx @@ -194,7 +194,7 @@ const uno::Sequence& ScSolverOptionsDialog::GetProperties( // update maProperties from list box content // order of entries in list box and maProperties is the same sal_Int32 nEntryCount = maProperties.getLength(); - SvLBoxTreeList* pModel = maLbSettings.GetModel(); + SvTreeList* pModel = maLbSettings.GetModel(); if ( nEntryCount == (sal_Int32)pModel->GetEntryCount() ) { for (sal_Int32 nEntryPos=0; nEntryPosGetEntry(NULL, 0); if (!pEntry) return; @@ -263,7 +263,7 @@ void ScCalcOptionsDialog::RadioValueChanged() maConfig.mbEmptyStringAsZero = maBtnTrue.IsChecked(); maLbSettings.SetUpdateMode(false); - SvLBoxTreeList* pModel = maLbSettings.GetModel(); + SvTreeList* pModel = maLbSettings.GetModel(); SvTreeListEntry* pEntry = pModel->GetEntry(NULL, 1); if (!pEntry) return; -- cgit