diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-11-27 14:26:31 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-11-28 10:01:32 -0500 |
commit | 62d7eb4700f86b5a3fc43043ec3ca2efa025cd2e (patch) | |
tree | 48fd0a5efc55ec2fb20bb637689b88a79f2049e7 /sd | |
parent | 8369a21642c3f7abd3b3784ee1a27b5cc02562e0 (diff) |
Finally merge SvViewData and SvViewDataEntry.
Change-Id: Ic85e2a239990aeaa017eaef95ea25487dd1ec968
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationList.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/animations/CustomAnimationList.cxx b/sd/source/ui/animations/CustomAnimationList.cxx index 0b7e535575e4..d4cdece589e9 100644 --- a/sd/source/ui/animations/CustomAnimationList.cxx +++ b/sd/source/ui/animations/CustomAnimationList.cxx @@ -667,7 +667,7 @@ void CustomAnimationList::update() aDescription += getShapeDescription( xShape, false ); pLBoxEntry->AddItem( new CustomAnimationTriggerEntryItem( pLBoxEntry, 0, aDescription ) ); Insert( pLBoxEntry ); - SvViewData* pViewData = GetViewData( pLBoxEntry ); + SvViewDataEntry* pViewData = GetViewData( pLBoxEntry ); if( pViewData ) pViewData->SetSelectable(false); |