summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-03 09:28:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-03 12:46:27 +0100
commitf656547d4d41091b5ccb729838e7355554a453cd (patch)
treebaab3db9b9287d11133c5f4495b3ed4b812f0c17 /sd
parentf51fddc2e7cfa2a2118610a3fc4b02886544d0a9 (diff)
remove some useless comment lines
which merely announce that the next declaration is a class Change-Id: Ifdb1398bcd99816b13e0b3769b46d0562bfbc1dc Reviewed-on: https://gerrit.libreoffice.org/84229 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/controller/slidelayoutcontroller.cxx1
-rw-r--r--sd/source/ui/slideshow/slideshow.cxx1
-rw-r--r--sd/source/ui/unoidl/unomodel.cxx3
-rw-r--r--sd/source/ui/unoidl/unopage.cxx1
-rw-r--r--sd/workben/custompanel/ctp_panel.hxx1
5 files changed, 0 insertions, 7 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()))
{
diff --git a/sd/workben/custompanel/ctp_panel.hxx b/sd/workben/custompanel/ctp_panel.hxx
index 6289b8cf3d0c..bc615ce2b608 100644
--- a/sd/workben/custompanel/ctp_panel.hxx
+++ b/sd/workben/custompanel/ctp_panel.hxx
@@ -35,7 +35,6 @@
namespace sd { namespace colortoolpanel
{
- // class SingleColorPanel
typedef ::cppu::WeakComponentImplHelper < css::drawing::framework::XView
, css::ui::XToolPanel
, css::awt::XPaintListener