diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-11-04 08:10:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-11-04 08:18:46 +0100 |
commit | 6d2ee5d46ee0146a4990dfe3b3246371fece0826 (patch) | |
tree | f75c824eb05b8a25b6ebb30960aafbdb473ed3ae /svx/source/unodraw/unopage.cxx | |
parent | af9b08ed62e0fa9925bccab9ddf6f078fb1b7c70 (diff) |
SplineLine and SplineFill have never been implemented
Change-Id: I75e01bc8831a9d8e6e1f52fc3a89cd9827e1d6b9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142263
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/unodraw/unopage.cxx')
-rw-r--r-- | svx/source/unodraw/unopage.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/unodraw/unopage.cxx b/svx/source/unodraw/unopage.cxx index aad73322adda..846e41ae590f 100644 --- a/svx/source/unodraw/unopage.cxx +++ b/svx/source/unodraw/unopage.cxx @@ -670,11 +670,9 @@ rtl::Reference<SvxShape> SvxDrawPage::CreateShapeByTypeAndInventor( SdrObjKind n case SdrObjKind::PolyLine: pRet = new SvxShapePolyPolygon( pObj ); break; - case SdrObjKind::SplineLine: case SdrObjKind::PathLine: pRet = new SvxShapePolyPolygon( pObj ); break; - case SdrObjKind::SplineFill: case SdrObjKind::PathFill: pRet = new SvxShapePolyPolygon( pObj ); break; |