diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-15 12:26:27 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-15 14:08:07 +0000 |
commit | 018e89337d18e5aa153faae5b3df41188d1c174c (patch) | |
tree | da48d5c39425ed43a04a376315bbf7f24621991d /svx | |
parent | 5a3653f87502e40cf00d8f1ed1c0ecf5a979e67d (diff) |
Improve loplugin:unnecessaryoverride
<sberg> thorsten, remember what that "TODO" in
SvxAccessibleTextPropertySet::getSupportedServiceNames was to be about exactly,
in a909acb7009acadffa53e74ea05ddb88803490f1 ?
<thorsten> sberg: that's a nonsense, prolly copy'n'pasted, or a 'please review
me'
<sberg> thorsten, OK, thanks (that override will eventually go away with
loplugin:unnecessaryoverride, and the TODO comment be lost)
Change-Id: Iba964c61768459aac4067bbd4e1f7d4f78f6adac
Reviewed-on: https://gerrit.libreoffice.org/27232
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/fmdpage.cxx | 7 | ||||
-rw-r--r-- | svx/source/unodraw/unoshap2.cxx | 54 | ||||
-rw-r--r-- | svx/source/unodraw/unoshap3.cxx | 7 |
3 files changed, 0 insertions, 68 deletions
diff --git a/svx/source/form/fmdpage.cxx b/svx/source/form/fmdpage.cxx index 01aaed5f777e..64380802c4b2 100644 --- a/svx/source/form/fmdpage.cxx +++ b/svx/source/form/fmdpage.cxx @@ -113,11 +113,4 @@ sal_Bool SAL_CALL SvxFmDrawPage::hasForms() throw( css::uno::RuntimeException, s return bHas; } -// css::lang::XServiceInfo -css::uno::Sequence< OUString > SAL_CALL SvxFmDrawPage::getSupportedServiceNames() throw( css::uno::RuntimeException, std::exception ) -{ - return SvxDrawPage::getSupportedServiceNames(); -} - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx index 9ba87e7811d0..d83e6e9367de 100644 --- a/svx/source/unodraw/unoshap2.cxx +++ b/svx/source/unodraw/unoshap2.cxx @@ -129,12 +129,6 @@ void SAL_CALL SvxShapeGroup::release() throw ( ) SvxShape::release(); } -uno::Sequence< uno::Type > SAL_CALL SvxShapeGroup::getTypes() - throw (uno::RuntimeException, std::exception) -{ - return SvxShape::getTypes(); -} - uno::Sequence< sal_Int8 > SAL_CALL SvxShapeGroup::getImplementationId() throw (uno::RuntimeException, std::exception) { @@ -367,14 +361,6 @@ sal_Bool SAL_CALL SvxShapeGroup::hasElements() throw( uno::RuntimeException, std return mpObj.is() && mpObj->GetSubList() && (mpObj->GetSubList()->GetObjCount() > 0); } - -// css::lang::XServiceInfo - -uno::Sequence< OUString > SAL_CALL SvxShapeGroup::getSupportedServiceNames() - throw(uno::RuntimeException, std::exception) -{ - return SvxShape::getSupportedServiceNames(); -} SvxShapeConnector::SvxShapeConnector( SdrObject* pObj ) throw() : SvxShapeText( pObj, getSvxMapProvider().GetMap(SVXMAP_CONNECTOR), getSvxMapProvider().GetPropertySet(SVXMAP_CONNECTOR, SdrObject::GetGlobalDrawObjectItemPool()) ) { @@ -519,14 +505,6 @@ void SAL_CALL SvxShapeConnector::disconnectEnd( const uno::Reference< drawing::X mpModel->SetChanged(); } - -// css::lang::XServiceInfo - -uno::Sequence< OUString > SAL_CALL SvxShapeConnector::getSupportedServiceNames() throw( uno::RuntimeException, std::exception ) -{ - return SvxShapeText::getSupportedServiceNames(); -} - SvxShapeControl::SvxShapeControl( SdrObject* pObj ) throw() : SvxShapeText( pObj, getSvxMapProvider().GetMap(SVXMAP_CONTROL), getSvxMapProvider().GetPropertySet(SVXMAP_CONTROL, SdrObject::GetGlobalDrawObjectItemPool()) ) { @@ -643,12 +621,6 @@ void SAL_CALL SvxShapeControl::setControl( const Reference< awt::XControlModel > mpModel->SetChanged(); } -// XServiceInfo -uno::Sequence< OUString > SAL_CALL SvxShapeControl::getSupportedServiceNames() throw( uno::RuntimeException, std::exception ) -{ - return SvxShapeText::getSupportedServiceNames(); -} - static struct { const sal_Char* mpAPIName; @@ -991,11 +963,6 @@ SvxShapeDimensioning::~SvxShapeDimensioning() throw() { } -// css::lang::XServiceInfo -uno::Sequence< OUString > SAL_CALL SvxShapeDimensioning::getSupportedServiceNames() throw( uno::RuntimeException, std::exception ) -{ - return SvxShapeText::getSupportedServiceNames(); -} SvxShapeCircle::SvxShapeCircle( SdrObject* pObj ) throw() : SvxShapeText( pObj, getSvxMapProvider().GetMap(SVXMAP_CIRCLE), getSvxMapProvider().GetPropertySet(SVXMAP_CIRCLE, SdrObject::GetGlobalDrawObjectItemPool()) ) { @@ -1006,14 +973,6 @@ SvxShapeCircle::~SvxShapeCircle() throw() { } -// css::lang::XServiceInfo -// XServiceInfo -uno::Sequence< OUString > SAL_CALL SvxShapeCircle::getSupportedServiceNames() throw( uno::RuntimeException, std::exception ) -{ - return SvxShapeText::getSupportedServiceNames(); -} - - SvxShapePolyPolygon::SvxShapePolyPolygon( SdrObject* pObj , drawing::PolygonKind eNew ) throw( css::beans::PropertyVetoException, css::lang::IllegalArgumentException) : SvxShapeText( pObj, getSvxMapProvider().GetMap(SVXMAP_POLYPOLYGON), getSvxMapProvider().GetPropertySet(SVXMAP_POLYPOLYGON, SdrObject::GetGlobalDrawObjectItemPool()) ) @@ -1263,12 +1222,6 @@ basegfx::B2DPolyPolygon SvxShapePolyPolygon::GetPolygon() const throw() } } -// css::lang::XServiceInfo -uno::Sequence< OUString > SAL_CALL SvxShapePolyPolygon::getSupportedServiceNames() throw( uno::RuntimeException, std::exception ) -{ - return SvxShapeText::getSupportedServiceNames(); -} - #include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp> #include <com/sun/star/drawing/FlagSequence.hpp> @@ -1386,13 +1339,6 @@ basegfx::B2DPolyPolygon SvxShapePolyPolygonBezier::GetPolygon() const throw() } } - -// css::lang::XServiceInfo -uno::Sequence< OUString > SAL_CALL SvxShapePolyPolygonBezier::getSupportedServiceNames() throw( uno::RuntimeException, std::exception ) -{ - return SvxShapeText::getSupportedServiceNames(); -} - SvxGraphicObject::SvxGraphicObject( SdrObject* pObj, OUString const & referer ) throw() : SvxShapeText( pObj, getSvxMapProvider().GetMap(SVXMAP_GRAPHICOBJECT), getSvxMapProvider().GetPropertySet(SVXMAP_GRAPHICOBJECT, SdrObject::GetGlobalDrawObjectItemPool()) ), referer_(referer) { diff --git a/svx/source/unodraw/unoshap3.cxx b/svx/source/unodraw/unoshap3.cxx index 3a8f4a70e098..fe6505d655b4 100644 --- a/svx/source/unodraw/unoshap3.cxx +++ b/svx/source/unodraw/unoshap3.cxx @@ -105,13 +105,6 @@ void SAL_CALL Svx3DSceneObject::release() throw ( ) // XTypeProvider -uno::Sequence< uno::Type > SAL_CALL Svx3DSceneObject::getTypes() - throw (uno::RuntimeException, std::exception) -{ - - return SvxShape::getTypes(); -} - uno::Sequence< sal_Int8 > SAL_CALL Svx3DSceneObject::getImplementationId() throw (uno::RuntimeException, std::exception) { |