diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2012-10-03 22:27:41 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2012-10-04 07:45:40 +0200 |
commit | 1e6985da53b91fd0f2a3d44cd30dd3a73dcd6919 (patch) | |
tree | b7a2b5573ad406b175ac655d60552cc307bc3f0b /sc/sdi/graphsh.sdi | |
parent | 7895ebdab0b0ed7d2a9b361d6d5ab02b0e9361d6 (diff) |
Add "Compress Graphic" menu entry for bitmaps to Calc
Change-Id: I591c544f600361b5bc9c59b5627f6cdd9f9b09db
Diffstat (limited to 'sc/sdi/graphsh.sdi')
-rw-r--r-- | sc/sdi/graphsh.sdi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/sdi/graphsh.sdi b/sc/sdi/graphsh.sdi index 6eb051bc5eaf..6c9ae7a0d440 100644 --- a/sc/sdi/graphsh.sdi +++ b/sc/sdi/graphsh.sdi @@ -140,6 +140,12 @@ interface GraphSelection ExecMethod = ExecuteExternalEdit; StateMethod = GetExternalEditState; ] + + SID_COMPRESS_GRAPHIC + [ + ExecMethod = ExecuteCompressGraphic; + StateMethod = GetCompressGraphicState; + ] } // =========================================================================== |