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.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sdext/source/presenter/PresenterToolBar.cxx b/sdext/source/presenter/PresenterToolBar.cxx
index 4c825edce7f5..0b4a2452779a 100644
--- a/sdext/source/presenter/PresenterToolBar.cxx
+++ b/sdext/source/presenter/PresenterToolBar.cxx
@@ -187,7 +187,7 @@ namespace {
virtual awt::Size CreateBoundingSize (
const Reference<rendering::XCanvas>& rxCanvas) = 0;
- bool IsEnabled (void) const;
+ bool IsEnabled (void) const { return mbIsEnabled;}
private:
bool mbIsEnabled;
};
@@ -1343,10 +1343,6 @@ bool Element::IsOutside (const awt::Rectangle& rBox)
return false;
}
-bool Element::IsEnabled (void) const
-{
- return mbIsEnabled;
-}
bool Element::IsFilling (void) const
{