diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-03 14:00:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-04 07:13:58 +0000 |
commit | 7abd369964a0c7f9f80cdbc9e47c7dc120fe8257 (patch) | |
tree | 70786d0850de5212e30e5611c09cba06a2d26ac9 /sdext | |
parent | fb823544468150a2ef660095a511636be1bf6f9e (diff) |
loplugin:unusedmethods
Change-Id: Ie1f840c3ec9a2d5888f95cf05e531a8a9464bf2e
Reviewed-on: https://gerrit.libreoffice.org/30524
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterSlideShowView.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sdext/source/presenter/PresenterSlideShowView.hxx b/sdext/source/presenter/PresenterSlideShowView.hxx index 9455f13677cb..a72119c87fff 100644 --- a/sdext/source/presenter/PresenterSlideShowView.hxx +++ b/sdext/source/presenter/PresenterSlideShowView.hxx @@ -258,14 +258,6 @@ private: void PaintInnerWindow (const css::awt::PaintEvent& rEvent); void PaintEndSlide (const css::awt::Rectangle& rRepaintBox); - /** The slide show relies on the back buffer of the canvas not being - modified. With a shared canvas there are times when that can not be - guaranteed. - Call this method when the back buffer may have changed its content, - like when the window has been moved but not resized. - */ - void ForceRepaint(); - void CreateBackgroundPolygons(); /** This method throws a DisposedException when the object has already been |