summaryrefslogtreecommitdiff
path: root/sc/sdi/graphsh.sdi
diff options
context:
space:
mode:
Diffstat (limited to 'sc/sdi/graphsh.sdi')
-rw-r--r--sc/sdi/graphsh.sdi18
1 files changed, 12 insertions, 6 deletions
diff --git a/sc/sdi/graphsh.sdi b/sc/sdi/graphsh.sdi
index cbf2583556b2..6eb051bc5eaf 100644
--- a/sc/sdi/graphsh.sdi
+++ b/sc/sdi/graphsh.sdi
@@ -128,11 +128,18 @@ interface GraphSelection
ExecMethod = Execute;
StateMethod = GetAttrState;
]
- SID_COLOR_SETTINGS
- [
- ExecMethod = Execute;
- StateMethod = GetAttrState;
- ]
+
+ SID_COLOR_SETTINGS
+ [
+ ExecMethod = Execute;
+ StateMethod = GetAttrState;
+ ]
+
+ SID_EXTERNAL_EDIT
+ [
+ ExecMethod = ExecuteExternalEdit;
+ StateMethod = GetExternalEditState;
+ ]
}
// ===========================================================================
@@ -140,4 +147,3 @@ shell ScGraphicShell : ScDrawShell
{
import GraphSelection;
}
-