diff options
Diffstat (limited to 'sc/source/ui/view/cellsh1.cxx')
-rw-r--r-- | sc/source/ui/view/cellsh1.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx index 6cfd3f8cea88..1c26ff7c5028 100644 --- a/sc/source/ui/view/cellsh1.cxx +++ b/sc/source/ui/view/cellsh1.cxx @@ -2393,6 +2393,11 @@ void ScCellShell::ExecuteDataPilotDialog() } } +void ScCellShell::ExecuteXMLSourceDialog() +{ + fprintf(stdout, "ScCellShell::ExecuteXMLSourceDialog: launch xml dialog\n"); +} + void ScCellShell::ExecuteSubtotals(SfxRequest& rReq) { ScTabViewShell* pTabViewShell = GetViewData()->GetViewShell(); |