diff options
Diffstat (limited to 'sdext/source/presenter/PresenterScrollBar.hxx')
-rw-r--r-- | sdext/source/presenter/PresenterScrollBar.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterScrollBar.hxx b/sdext/source/presenter/PresenterScrollBar.hxx index a181753ee2f7..cf46420b186c 100644 --- a/sdext/source/presenter/PresenterScrollBar.hxx +++ b/sdext/source/presenter/PresenterScrollBar.hxx @@ -58,7 +58,7 @@ public: virtual void SAL_CALL disposing() override; css::uno::Reference<css::uno::XComponentContext> const& - GetComponentContext() { return mxComponentContext; } + GetComponentContext() const { return mxComponentContext; } void SetVisible (const bool bIsVisible); |