diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-10-19 15:20:10 +0200 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-10-19 15:25:28 +0200 |
commit | 49e5e750b51ae8b6ff5f8f98beedea1b4737c2fc (patch) | |
tree | 2bbc90e9fad34636176c2b4bb6530f7f833d2de1 /sd | |
parent | 4bc089dff22765614e0cb988a88ea71706ad3f00 (diff) |
Merge SvLBoxTreeList and SvTreeList.
Change-Id: I318ff6f1009b1aaa7d0bd3abb250f92fb51a21cd
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/dlgassim.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) |