summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshb.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-11-29 20:34:56 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-11-30 03:17:27 +0100
commitd543e8dfd3d8ae718e29304a155e1cf70d08325d (patch)
tree6e9284682580e256298ba1f5dabf89e5c734567c /sc/source/ui/view/tabvwshb.cxx
parent6a04b9298ae993881d20fc4b5aa91516d4df6695 (diff)
tdf#93005, tdf#100611, remove the incomplete ODC export feature
Change-Id: I96a3882cd412ea5d993971df7e20b1fd8da73642 Reviewed-on: https://gerrit.libreoffice.org/64283 Tested-by: Jenkins Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/source/ui/view/tabvwshb.cxx')
-rw-r--r--sc/source/ui/view/tabvwshb.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/sc/source/ui/view/tabvwshb.cxx b/sc/source/ui/view/tabvwshb.cxx
index 80984cfa0656..5ea064f7fdd3 100644
--- a/sc/source/ui/view/tabvwshb.cxx
+++ b/sc/source/ui/view/tabvwshb.cxx
@@ -369,25 +369,6 @@ void ScTabViewShell::ExecDrawIns(SfxRequest& rReq)
break;
}
- case SID_INSERT_DIAGRAM_FROM_FILE:
- try
- {
- sfx2::FileDialogHelper aDlg(ui::dialogs::TemplateDescription::FILEOPEN_SIMPLE,
- FileDialogFlags::NONE, "com.sun.star.chart2.ChartDocument",
- SfxFilterFlags::NONE, SfxFilterFlags::NONE, pWin ? pWin->GetFrameWeld() : nullptr);
- if(aDlg.Execute() == ERRCODE_NONE )
- {
- INetURLObject aURLObj( aDlg.GetPath() );
- OUString aURL = aURLObj.GetURLNoPass();
- FuInsertChartFromFile(*this, pWin, pView, pDrModel, rReq, aURL);
- }
- }
- catch (const uno::Exception& e)
- {
- SAL_WARN( "sc", "Cannot Insert Chart: " << e);
- }
- break;
-
case SID_OBJECTRESIZE:
{
// the server would like to change the client size