summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterToolBar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterToolBar.cxx')
-rw-r--r--sdext/source/presenter/PresenterToolBar.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sdext/source/presenter/PresenterToolBar.cxx b/sdext/source/presenter/PresenterToolBar.cxx
index 0b4a2452779a..442c89872b14 100644
--- a/sdext/source/presenter/PresenterToolBar.cxx
+++ b/sdext/source/presenter/PresenterToolBar.cxx
@@ -141,9 +141,9 @@ namespace {
const SharedElementMode& rpMouseOverMode,
const SharedElementMode& rpSelectedMode,
const SharedElementMode& rpDisabledMode);
- virtual void CurrentSlideHasChanged (void);
- virtual void SetLocation (const awt::Point& rLocation);
- virtual void SetSize (const geometry::RealSize2D& rSize);
+ void CurrentSlideHasChanged (void);
+ void SetLocation (const awt::Point& rLocation);
+ void SetSize (const geometry::RealSize2D& rSize);
virtual void Paint (
const Reference<rendering::XCanvas>& rxCanvas,
const rendering::ViewState& rViewState) = 0;
@@ -151,8 +151,8 @@ namespace {
const Reference<rendering::XCanvas>& rxCanvas);
awt::Rectangle GetBoundingBox (void) const;
virtual bool SetState (const bool bIsOver, const bool bIsPressed);
- virtual void Invalidate (const bool bSynchronous = true);
- virtual bool IsOutside (const awt::Rectangle& rBox);
+ void Invalidate (const bool bSynchronous = true);
+ bool IsOutside (const awt::Rectangle& rBox);
virtual bool IsFilling (void) const;
void UpdateState (void);