summaryrefslogtreecommitdiffstats
path: root/sc/sdi
diff options
context:
space:
mode:
authorTomaž Vajngerl <quikee@gmail.com>2012-10-03 22:27:41 +0200
committerTomaž Vajngerl <quikee@gmail.com>2012-10-04 07:45:40 +0200
commit1e6985da53b91fd0f2a3d44cd30dd3a73dcd6919 (patch)
treeb7a2b5573ad406b175ac655d60552cc307bc3f0b /sc/sdi
parentAdd "External Edit" menu function for bitmaps to Impress and Draw (diff)
downloadcore-1e6985da53b91fd0f2a3d44cd30dd3a73dcd6919.tar.gz
core-1e6985da53b91fd0f2a3d44cd30dd3a73dcd6919.zip
Add "Compress Graphic" menu entry for bitmaps to Calc
Change-Id: I591c544f600361b5bc9c59b5627f6cdd9f9b09db
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/graphsh.sdi6
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;
+ ]
}
// ===========================================================================