summaryrefslogtreecommitdiff
path: root/svx/workben
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-11-29 19:02:37 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-29 19:13:19 -0500
commit469a202f5c387b71f698bf09ce0daefbcfd65dd3 (patch)
tree5934a6bded26cd17e17606b3c630e83df9683a82 /svx/workben
parent5388cd54ac145fb42ef81b5b166520958c21da52 (diff)
Get it to build.
Change-Id: Ie239d3d0f8f4ec81a4c5dbed3a1a132117875c7c
Diffstat (limited to 'svx/workben')
-rw-r--r--svx/workben/msview/msview.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/workben/msview/msview.cxx b/svx/workben/msview/msview.cxx
index 9760d2af24f7..bb0ce74668ed 100644
--- a/svx/workben/msview/msview.cxx
+++ b/svx/workben/msview/msview.cxx
@@ -586,8 +586,8 @@ void AtomContainerTreeListBox::SetTabs()
void AtomContainerTreeListBox::InitEntry(SvTreeListEntry* pEntry, const OUString& aStr,
const Image& aCollEntryBmp, const Image& aExpEntryBmp)
{
- pEntry->AddItem( new SvLBoxContextBmp( pEntry,0, aCollEntryBmp,aExpEntryBmp, SVLISTENTRYFLAG_EXPANDED ) );
- pEntry->AddItem( new SvLBoxContextBmp( pEntry,0, maImgAtom, maImgAtom, SVLISTENTRYFLAG_EXPANDED ) );
+ pEntry->AddItem( new SvLBoxContextBmp(pEntry,0, aCollEntryBmp,aExpEntryBmp, true) );
+ pEntry->AddItem( new SvLBoxContextBmp(pEntry,0, maImgAtom, maImgAtom, true) );
pEntry->AddItem( new AtomBoxString( pEntry, aStr ) );
}