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 /basctl | |
parent | 4bc089dff22765614e0cb988a88ea71706ad3f00 (diff) |
Merge SvLBoxTreeList and SvTreeList.
Change-Id: I318ff6f1009b1aaa7d0bd3abb250f92fb51a21cd
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2b.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx index 134533cd9245..b7b644f285f5 100644 --- a/basctl/source/basicide/baside2b.cxx +++ b/basctl/source/basicide/baside2b.cxx @@ -1957,7 +1957,7 @@ void implCollapseModifiedObjectEntry( SvTreeListEntry* pParent, WatchTreeListBox { pThis->Collapse( pParent ); - SvLBoxTreeList* pModel = pThis->GetModel(); + SvTreeList* pModel = pThis->GetModel(); SvTreeListEntry* pDeleteEntry; while( (pDeleteEntry = pThis->SvTreeListBox::GetEntry( pParent, 0 )) != NULL ) { |