summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneBase.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-22 13:17:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-24 07:39:11 +0100
commit40871e226945ff732261fd1437df55b733ecdbc3 (patch)
tree223c49c4b7cb17961272f754c111c2ba0dd1c15f /sdext/source/presenter/PresenterPaneBase.cxx
parenta798926550ab3ea8613f28a7be2672ebe9e7dfbe (diff)
loplugin:unusedfields in sdext
Change-Id: Ifec87ab2b54fa18c5089bac53457e376826645cb Reviewed-on: https://gerrit.libreoffice.org/68222 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sdext/source/presenter/PresenterPaneBase.cxx')
-rw-r--r--sdext/source/presenter/PresenterPaneBase.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/sdext/source/presenter/PresenterPaneBase.cxx b/sdext/source/presenter/PresenterPaneBase.cxx
index 2378f393b0c2..cbf78989e94e 100644
--- a/sdext/source/presenter/PresenterPaneBase.cxx
+++ b/sdext/source/presenter/PresenterPaneBase.cxx
@@ -53,8 +53,7 @@ PresenterPaneBase::PresenterPaneBase (
mxBorderPainter(),
mxPresenterHelper(),
msTitle(),
- mxComponentContext(rxContext),
- mpViewBackground()
+ mxComponentContext(rxContext)
{
if (mpPresenterController.get() != nullptr)
mxPresenterHelper = mpPresenterController->GetPresenterHelper();
@@ -295,11 +294,6 @@ void PresenterPaneBase::ToTop()
mxPresenterHelper->toTop(mxContentWindow);
}
-void PresenterPaneBase::SetBackground (const SharedBitmapDescriptor& rpBackground)
-{
- mpViewBackground = rpBackground;
-}
-
void PresenterPaneBase::PaintBorder (const awt::Rectangle& rUpdateBox)
{
OSL_ASSERT(mxPaneId.is());