diff options
Diffstat (limited to 'sc/sdi/graphsh.sdi')
-rw-r--r-- | sc/sdi/graphsh.sdi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sc/sdi/graphsh.sdi b/sc/sdi/graphsh.sdi index 2329ede9c575..6b2f4bcc4b69 100644 --- a/sc/sdi/graphsh.sdi +++ b/sc/sdi/graphsh.sdi @@ -146,6 +146,25 @@ interface GraphSelection ExecMethod = ExecuteCompressGraphic; StateMethod = GetCompressGraphicState; ] + + SID_OBJECT_CROP + [ + ExecMethod = ExecuteCropGraphic ; + StateMethod = GetCropGraphicState ; + ] + + SID_SAVE_GRAPHIC + [ + ExecMethod = ExecuteSaveGraphic; + StateMethod = GetSaveGraphicState ; + ] + + SID_CHANGE_PICTURE + [ + ExecMethod = ExecuteChangePicture ; + StateMethod = GetChangePictureState ; + ] + } |