diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-06-11 12:03:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-06-11 15:09:59 +0200 |
commit | 2126215fb3b2e77145cbf7f1d8e93ee3cca761b3 (patch) | |
tree | c237595ca089b6ab2f25c7e6a2fd5c0d62758698 /svx | |
parent | 430a89fa4876a1ba4057f47c87d7882f11dc66b3 (diff) |
loplugin:unusedmethods
Change-Id: I1050fabdc0c98bbb0cc1d81a41c5b6ac3404cacf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96111
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdograf.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx index be60f5697ca1..beac686d733d 100644 --- a/svx/source/svdraw/svdograf.cxx +++ b/svx/source/svdraw/svdograf.cxx @@ -888,11 +888,6 @@ GDIMetaFile SdrGrafObj::GetMetaFile(GraphicType &rGraphicType) const return GDIMetaFile(); } -sal_Int32 SdrGrafObj::getEmbeddedPageNumber() const -{ - return mpGraphicObject->GetGraphic().getPageNumber(); -} - SdrObjectUniquePtr SdrGrafObj::DoConvertToPolyObj(bool bBezier, bool bAddText ) const { SdrObject* pRetval = nullptr; |