diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationList.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sd/source/ui/animations/CustomAnimationList.cxx b/sd/source/ui/animations/CustomAnimationList.cxx index 23ae228aea30..7876abdee20f 100644 --- a/sd/source/ui/animations/CustomAnimationList.cxx +++ b/sd/source/ui/animations/CustomAnimationList.cxx @@ -456,10 +456,12 @@ void CustomAnimationTriggerEntryItem::Clone( SvLBoxItem* ) // ==================================================================== CustomAnimationList::CustomAnimationList( ::Window* pParent ) -: SvTreeListBox( pParent, WB_TABSTOP | WB_BORDER ), - mpController(0) + : SvTreeListBox( pParent, WB_TABSTOP | WB_BORDER ) + , mbIgnorePaint(false) + , mpController(0) + , mnLastGroupId(0) + , mpLastParentEntry(0) { - } extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeCustomAnimationList( ::Window *pParent ) |