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 --- sd/source/ui/dlg/dlgassim.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sd') diff --git a/sd/source/ui/dlg/dlgassim.cxx b/sd/source/ui/dlg/dlgassim.cxx index 3f042c39941b..43171daca5ef 100644 --- a/sd/source/ui/dlg/dlgassim.cxx +++ b/sd/source/ui/dlg/dlgassim.cxx @@ -62,7 +62,7 @@ SdPageListControl::SdPageListControl( IMPL_LINK_NOARG(SdPageListControl, CheckButtonClickHdl) { - SvLBoxTreeList* pTreeModel = GetModel(); + SvTreeList* pTreeModel = GetModel(); SvTreeListEntry* pEntry = pTreeModel->First(); while( pEntry ) @@ -179,7 +179,7 @@ sal_uInt16 SdPageListControl::GetSelectedPage() if ( pSelEntry ) { - SvLBoxTreeList* pTreeModel = GetModel(); + SvTreeList* pTreeModel = GetModel(); SvTreeListEntry* pEntry = pTreeModel->First(); while( pEntry && pEntry != pSelEntry ) -- cgit