summaryrefslogtreecommitdiff
path: root/sc/sdi/chartsh.sdi
diff options
context:
space:
mode:
Diffstat (limited to 'sc/sdi/chartsh.sdi')
-rw-r--r--sc/sdi/chartsh.sdi11
1 files changed, 10 insertions, 1 deletions
diff --git a/sc/sdi/chartsh.sdi b/sc/sdi/chartsh.sdi
index c050a7c59b82..ce000437afa4 100644
--- a/sc/sdi/chartsh.sdi
+++ b/sc/sdi/chartsh.sdi
@@ -16,7 +16,16 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
- // ===========================================================================
+interface ChartSelection
+{
+ SID_EXPORT_AS_GRAPHIC
+ [
+ ExecMethod = ExecuteExportAsGraphic;
+ StateMethod = GetExportAsGraphicState;
+ ]
+}
+
shell ScChartShell : ScDrawShell
{
+ import ChartSelection;
}