diff options
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterSpritePane.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterSpritePane.hxx b/sdext/source/presenter/PresenterSpritePane.hxx index 28fb261714f9..110499b7b62a 100644 --- a/sdext/source/presenter/PresenterSpritePane.hxx +++ b/sdext/source/presenter/PresenterSpritePane.hxx @@ -56,7 +56,7 @@ public: virtual void SAL_CALL disposing() SAL_OVERRIDE; - using css::lang::XEventListener::disposing; + using PresenterPaneBase::disposing; ::boost::shared_ptr<PresenterSprite> GetSprite(); |