summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2021-03-19 15:37:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-03-20 07:47:23 +0100
commite8f9830f48ba08b3b949d8b0fd1d33aad0f5b0e9 (patch)
tree2c0cb906a79adf1eabf10234092ff7def1c00177 /svx/source/unodraw
parent43f4769ae537310a6fe6a1edfbc6687cc26fd996 (diff)
SvxShape: no need to inherit from WeakAggImplHelper1 twice
once here, and once in one of the superclasses Change-Id: I0396012b613f195783ef8c7eae38f29120007381 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112744 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r--svx/source/unodraw/unoshap2.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx
index 2c4487b4cec6..56d1c1569479 100644
--- a/svx/source/unodraw/unoshap2.cxx
+++ b/svx/source/unodraw/unoshap2.cxx
@@ -1582,11 +1582,6 @@ uno::Any SAL_CALL SvxCustomShape::queryAggregation( const uno::Type & rType )
return aReturn;
}
-uno::Sequence< uno::Type > SAL_CALL SvxCustomShape::getTypes()
-{
- return SvxShapeText::getTypes();
-}
-
uno::Sequence< sal_Int8 > SAL_CALL SvxCustomShape::getImplementationId()
{
return css::uno::Sequence<sal_Int8>();