summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuconcs.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fuconcs.cxx')
-rw-r--r--sd/source/ui/func/fuconcs.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sd/source/ui/func/fuconcs.cxx b/sd/source/ui/func/fuconcs.cxx
index 015ab43afb3c..8aba283dfbbe 100644
--- a/sd/source/ui/func/fuconcs.cxx
+++ b/sd/source/ui/func/fuconcs.cxx
@@ -136,11 +136,6 @@ bool FuConstructCustomShape::MouseButtonDown(const MouseEvent& rMEvt)
return bReturn;
}
-bool FuConstructCustomShape::MouseMove(const MouseEvent& rMEvt)
-{
- return FuConstruct::MouseMove(rMEvt);
-}
-
bool FuConstructCustomShape::MouseButtonUp(const MouseEvent& rMEvt)
{
bool bReturn(false);
@@ -161,15 +156,6 @@ bool FuConstructCustomShape::MouseButtonUp(const MouseEvent& rMEvt)
return bReturn;
}
-/**
- * Process keyboard input
- * @returns sal_True if a KeyEvent is being processed, sal_False otherwise
- */
-bool FuConstructCustomShape::KeyInput(const KeyEvent& rKEvt)
-{
- return FuConstruct::KeyInput(rKEvt);
-}
-
void FuConstructCustomShape::Activate()
{
mpView->SetCurrentObj( OBJ_CUSTOMSHAPE );