summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneBorderPainter.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-14 11:44:39 +0200
committerNoel Grandin <noel@peralex.com>2016-01-14 11:45:22 +0200
commitb696725cf63788f703cc76ae2bf455574b64bff7 (patch)
tree1dcc9f428beb1b8edf0b14c9ebfcd9135006309d /sdext/source/presenter/PresenterPaneBorderPainter.hxx
parent06d68fb0a14149dbf6580df78d00aee2f545d460 (diff)
loplugin:unusedmethods unused return value in sdext
Change-Id: Ie919a094630da57371b13081ab2f04984dd96c78
Diffstat (limited to 'sdext/source/presenter/PresenterPaneBorderPainter.hxx')
-rw-r--r--sdext/source/presenter/PresenterPaneBorderPainter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterPaneBorderPainter.hxx b/sdext/source/presenter/PresenterPaneBorderPainter.hxx
index a89103091be4..324f7e911821 100644
--- a/sdext/source/presenter/PresenterPaneBorderPainter.hxx
+++ b/sdext/source/presenter/PresenterPaneBorderPainter.hxx
@@ -135,7 +135,7 @@ private:
*/
bool ProvideTheme (
const css::uno::Reference<css::rendering::XCanvas>& rxCanvas);
- bool ProvideTheme();
+ void ProvideTheme();
void ThrowIfDisposed() const
throw (css::lang::DisposedException);