diff options
Diffstat (limited to 'sd/source/ui/view/drawview.cxx')
-rw-r--r-- | sd/source/ui/view/drawview.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sd/source/ui/view/drawview.cxx b/sd/source/ui/view/drawview.cxx index 81a0e0f39e46..c170ee5e97df 100644 --- a/sd/source/ui/view/drawview.cxx +++ b/sd/source/ui/view/drawview.cxx @@ -500,16 +500,6 @@ void DrawView::PresPaint(const vcl::Region& rRegion) } /** - * Decides if an object could get marked (eg. unreleased animation objects - * in slide show). - */ - -bool DrawView::IsObjMarkable(SdrObject* pObj, SdrPageView* pPV) const -{ - return FmFormView::IsObjMarkable(pObj, pPV); -} - -/** * Make passed region visible (scrolling if necessary) */ |