diff options
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/controller/slidelayoutcontroller.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slideshow/slideshow.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/unoidl/unomodel.cxx | 3 | ||||
-rw-r--r-- | sd/source/ui/unoidl/unopage.cxx | 1 |
4 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/ui/controller/slidelayoutcontroller.cxx b/sd/source/ui/controller/slidelayoutcontroller.cxx index 8e8fa5413a9c..2b884dd5085d 100644 --- a/sd/source/ui/controller/slidelayoutcontroller.cxx +++ b/sd/source/ui/controller/slidelayoutcontroller.cxx @@ -324,7 +324,6 @@ static Sequence< OUString > InsertSlideController_getSupportedServiceNames() return aSNS; } -// class SlideLayoutController SlideLayoutController::SlideLayoutController( const Reference< uno::XComponentContext >& rxContext, const OUString& sCommandURL, bool bInsertPage ) : svt::PopupWindowController( rxContext, Reference< frame::XFrame >(), sCommandURL ) diff --git a/sd/source/ui/slideshow/slideshow.cxx b/sd/source/ui/slideshow/slideshow.cxx index 1076cb88ac07..cd67f219ccaf 100644 --- a/sd/source/ui/slideshow/slideshow.cxx +++ b/sd/source/ui/slideshow/slideshow.cxx @@ -127,7 +127,6 @@ static const SfxItemPropertyMapEntry* ImplGetPresentationPropertyMap() return aPresentationPropertyMap_Impl; } -// class SlideShow SlideShow::SlideShow( SdDrawDocument* pDoc ) : SlideshowBase( m_aMutex ) diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx index ca60d3821e88..be7c1c603b99 100644 --- a/sd/source/ui/unoidl/unomodel.cxx +++ b/sd/source/ui/unoidl/unomodel.cxx @@ -2760,7 +2760,6 @@ void SAL_CALL SdXImpressDocument::dispose() mxDrawingPool = nullptr; } -// class SdDrawPagesAccess SdDrawPagesAccess::SdDrawPagesAccess( SdXImpressDocument& rMyModel ) throw() : mpModel( &rMyModel) @@ -3006,7 +3005,6 @@ void SAL_CALL SdDrawPagesAccess::removeEventListener( const uno::Reference< lang OSL_FAIL( "not implemented!" ); } -// class SdMasterPagesAccess SdMasterPagesAccess::SdMasterPagesAccess( SdXImpressDocument& rMyModel ) throw() : mpModel(&rMyModel) @@ -3243,7 +3241,6 @@ uno::Sequence< OUString > SAL_CALL SdMasterPagesAccess::getSupportedServiceNames return { "com.sun.star.drawing.MasterPages" }; } -// class SdDocLinkTargets SdDocLinkTargets::SdDocLinkTargets( SdXImpressDocument& rMyModel ) throw() : mpModel( &rMyModel ) diff --git a/sd/source/ui/unoidl/unopage.cxx b/sd/source/ui/unoidl/unopage.cxx index 534bdbd29981..f478a828e8e5 100644 --- a/sd/source/ui/unoidl/unopage.cxx +++ b/sd/source/ui/unoidl/unopage.cxx @@ -2612,7 +2612,6 @@ Any SdGenericDrawPage::getNavigationOrder() } } -// class SdMasterPage SdMasterPage::SdMasterPage(SdXImpressDocument* pModel, SdPage* pPage) : SdGenericDrawPage(pModel, pPage, ImplGetMasterPagePropertySet(pPage->GetPageKind())) { |