diff options
Diffstat (limited to 'sc/source/ui/drawfunc/fusel.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/fusel.cxx | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sc/source/ui/drawfunc/fusel.cxx b/sc/source/ui/drawfunc/fusel.cxx index 9cc6382e58f0..aa0ff4b41bdd 100644 --- a/sc/source/ui/drawfunc/fusel.cxx +++ b/sc/source/ui/drawfunc/fusel.cxx @@ -79,11 +79,6 @@ FuSelection::~FuSelection() { } -sal_uInt8 FuSelection::Command(const CommandEvent& rCEvt) -{ - return FuDraw::Command( rCEvt ); -} - /************************************************************************* |* |* MouseButtonDown-event @@ -572,29 +567,4 @@ bool FuSelection::MouseButtonUp(const MouseEvent& rMEvt) return bReturn; } -/************************************************************************* -|* -|* Function aktivieren -|* -\************************************************************************/ - -void FuSelection::Activate() -{ - FuDraw::Activate(); -} - -/************************************************************************* -|* -|* Function deaktivieren -|* -\************************************************************************/ - -void FuSelection::Deactivate() -{ - /************************************************************************** - * Hide Cursor - **************************************************************************/ - FuDraw::Deactivate(); -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |