summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations/SlideTransitionPane.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/animations/SlideTransitionPane.cxx')
-rw-r--r--sd/source/ui/animations/SlideTransitionPane.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/animations/SlideTransitionPane.cxx b/sd/source/ui/animations/SlideTransitionPane.cxx
index b62fa85b84f7..387b8172db66 100644
--- a/sd/source/ui/animations/SlideTransitionPane.cxx
+++ b/sd/source/ui/animations/SlideTransitionPane.cxx
@@ -570,7 +570,7 @@ void SlideTransitionPane::onChangeCurrentPage()
}
else
{
- pSelection.reset(new sd::slidesorter::SlideSorterViewShell::PageSelection());
+ pSelection.reset(new sd::slidesorter::SlideSorterViewShell::PageSelection);
if( mxView.is() )
{
SdPage* pPage = SdPage::getImplementation( mxView->getCurrentPage() );
@@ -1014,7 +1014,7 @@ IMPL_LINK_NOARG(SlideTransitionPane, ApplyToAllButtonClicked, Button*, void)
return;
::sd::slidesorter::SharedPageSelection pPages (
- new ::sd::slidesorter::SlideSorterViewShell::PageSelection());
+ new ::sd::slidesorter::SlideSorterViewShell::PageSelection);
sal_uInt16 nPageCount = mpDrawDoc->GetSdPageCount( PageKind::Standard );
pPages->reserve( nPageCount );