diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-25 15:00:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-25 15:03:44 +0100 |
commit | 67c3e2abf353c4893a4680f7a5b2d8c457ef18d1 (patch) | |
tree | ae9f1d643a8b2e1945004122578eade2140456f0 /include | |
parent | c0fe0578273cfb2be404223531d96615fe3c2867 (diff) |
impress: right click to insert image
Change-Id: I521f074bbd500b81d74be7e0e771bd49efc29c9c
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svxcommands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/svxcommands.h b/include/svx/svxcommands.h index df3ddee75c4a..1b027540b8ce 100644 --- a/include/svx/svxcommands.h +++ b/include/svx/svxcommands.h @@ -81,6 +81,7 @@ #define CMD_SID_GALLERY_FORMATS ".uno:InsertGalleryPic" #define CMD_SID_GRID_USE ".uno:GridUse" #define CMD_SID_GRID_VISIBLE ".uno:GridVisible" +#define CMD_SID_INSERT_GRAPHIC ".uno:InsertGraphic" #define CMD_SID_INSERT_POSTIT ".uno:InsertAnnotation" #define CMD_SID_EDIT_POSTIT ".uno:InsertAnnotation" #define CMD_SID_REPLYTO_POSTIT ".uno:ReplyToAnnotation" |