summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/chartsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/drawfunc/chartsh.cxx')
-rw-r--r--sc/source/ui/drawfunc/chartsh.cxx6
1 files changed, 0 insertions, 6 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: */