summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuconbez.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fuconbez.cxx')
-rw-r--r--sd/source/ui/func/fuconbez.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sd/source/ui/func/fuconbez.cxx b/sd/source/ui/func/fuconbez.cxx
index bc0cc72a32e1..bc69485e26d4 100644
--- a/sd/source/ui/func/fuconbez.cxx
+++ b/sd/source/ui/func/fuconbez.cxx
@@ -119,11 +119,6 @@ bool FuConstructBezierPolygon::MouseButtonDown(const MouseEvent& rMEvt)
return bReturn;
}
-bool FuConstructBezierPolygon::MouseMove(const MouseEvent& rMEvt)
-{
- return FuConstruct::MouseMove(rMEvt);
-}
-
bool FuConstructBezierPolygon::MouseButtonUp(const MouseEvent& rMEvt )
{
bool bReturn = false;
@@ -202,15 +197,6 @@ bool FuConstructBezierPolygon::MouseButtonUp(const MouseEvent& rMEvt )
return bReturn;
}
-/**
- * Process keyboard input
- * @returns sal_True if a KeyEvent is being processed, sal_False otherwise
- */
-bool FuConstructBezierPolygon::KeyInput(const KeyEvent& rKEvt)
-{
- return FuConstruct::KeyInput(rKEvt);
-}
-
void FuConstructBezierPolygon::Activate()
{
mpView->EnableExtendedMouseEventDispatcher(true);