summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-11-27 14:26:31 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 10:01:32 -0500
commit62d7eb4700f86b5a3fc43043ec3ca2efa025cd2e (patch)
tree48fd0a5efc55ec2fb20bb637689b88a79f2049e7 /sd
parentUse std::vector over c-style pointer array. (diff)
downloadcore-62d7eb4700f86b5a3fc43043ec3ca2efa025cd2e.tar.gz
core-62d7eb4700f86b5a3fc43043ec3ca2efa025cd2e.zip
Finally merge SvViewData and SvViewDataEntry.
Change-Id: Ic85e2a239990aeaa017eaef95ea25487dd1ec968
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/animations/CustomAnimationList.cxx2
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);