summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-03-08 14:41:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-03-09 07:28:25 +0100
commit313744d4f23f242f5ee979d229fe394211ff7ffd (patch)
tree7c2e83e0eb5eb2b133c0eaa1a61bb179b554f14d /sdext
parentccb6b8967ce3d84bb141379e51a339544f753446 (diff)
loplugin:unusedmethods
Change-Id: I242f56f2bc5dc8fce6db1ba8f1f8269da4fec0fa Reviewed-on: https://gerrit.libreoffice.org/68938 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterSpritePane.cxx5
-rw-r--r--sdext/source/presenter/PresenterSpritePane.hxx2
2 files changed, 0 insertions, 7 deletions
diff --git a/sdext/source/presenter/PresenterSpritePane.cxx b/sdext/source/presenter/PresenterSpritePane.cxx
index 2e568d64260f..d8821bfcb43a 100644
--- a/sdext/source/presenter/PresenterSpritePane.cxx
+++ b/sdext/source/presenter/PresenterSpritePane.cxx
@@ -132,11 +132,6 @@ void SAL_CALL PresenterSpritePane::windowPaint (const awt::PaintEvent&)
}
-const std::shared_ptr<PresenterSprite>& PresenterSpritePane::GetSprite()
-{
- return mpSprite;
-}
-
void PresenterSpritePane::UpdateCanvases()
{
Reference<XComponent> xContentCanvasComponent (mxContentCanvas, UNO_QUERY);
diff --git a/sdext/source/presenter/PresenterSpritePane.hxx b/sdext/source/presenter/PresenterSpritePane.hxx
index 694b8794265c..767e6656a5ba 100644
--- a/sdext/source/presenter/PresenterSpritePane.hxx
+++ b/sdext/source/presenter/PresenterSpritePane.hxx
@@ -57,8 +57,6 @@ public:
using PresenterPaneBase::disposing;
- const std::shared_ptr<PresenterSprite>& GetSprite();
-
// XPane
virtual css::uno::Reference<css::awt::XWindow> SAL_CALL getWindow() override;