summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/drawfunc')
-rw-r--r--sc/source/ui/drawfunc/chartsh.cxx6
-rw-r--r--sc/source/ui/drawfunc/fupoor.cxx33
-rw-r--r--sc/source/ui/drawfunc/oleobjsh.cxx6
3 files changed, 0 insertions, 45 deletions
diff --git a/sc/source/ui/drawfunc/chartsh.cxx b/sc/source/ui/drawfunc/chartsh.cxx
index 84a26ce49fd5..07752f6aac77 100644
--- a/sc/source/ui/drawfunc/chartsh.cxx
+++ b/sc/source/ui/drawfunc/chartsh.cxx
@@ -105,10 +105,4 @@ void ScChartShell::ExecuteExportAsGraphic( SfxRequest& )
Invalidate();
}
-void ScChartShell::HandleSelectionChange (void)
-{
- // Do not call the implementation in the base class. Let
- // Activate()/Deactivate() handle context switches.
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/drawfunc/fupoor.cxx b/sc/source/ui/drawfunc/fupoor.cxx
index ea7759e0c3c4..074987b48d3c 100644
--- a/sc/source/ui/drawfunc/fupoor.cxx
+++ b/sc/source/ui/drawfunc/fupoor.cxx
@@ -198,42 +198,11 @@ sal_uInt8 FuPoor::Command(const CommandEvent& rCEvt)
return pView->Command(rCEvt,pWindow);
}
-void FuPoor::DoCut()
-{
- if (pView)
- {
-//! pView->DoCut(pWindow);
- }
-}
-
-/*************************************************************************
-|*
-|* Copy object to clipboard
-|*
-\************************************************************************/
-
-void FuPoor::DoCopy()
-{
- if (pView)
- {
-//! pView->DoCopy(pWindow);
- }
-}
-
-void FuPoor::DoPaste()
-{
- if (pView)
- {
-//! pView->DoPaste(pWindow);
- }
-}
-
/*************************************************************************
|*
|* Timer-Handler fuer Drag&Drop
|*
\************************************************************************/
-
IMPL_LINK_NOARG(FuPoor, DragTimerHdl)
{
// ExecuteDrag (und das damit verbundene Reschedule) direkt aus dem Timer
@@ -255,8 +224,6 @@ IMPL_LINK_NOARG(FuPoor, DragHdl)
{
pWindow->ReleaseMouse();
bIsInDragMode = true;
-
-// pView->BeginDrag(pWindow, aMDPos);
pViewShell->GetScDrawView()->BeginDrag(pWindow, aMDPos);
}
return 0;
diff --git a/sc/source/ui/drawfunc/oleobjsh.cxx b/sc/source/ui/drawfunc/oleobjsh.cxx
index 5fc452e15b63..779129964a95 100644
--- a/sc/source/ui/drawfunc/oleobjsh.cxx
+++ b/sc/source/ui/drawfunc/oleobjsh.cxx
@@ -64,10 +64,4 @@ ScOleObjectShell::~ScOleObjectShell()
{
}
-void ScOleObjectShell::HandleSelectionChange (void)
-{
- // Do not call the implementation in the base class. Let
- // Activate()/Deactivate() handle context switches.
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */