diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-10-13 21:20:23 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-10-13 21:21:25 +0200 |
commit | 1175b25bf2353c95111fb5c0459feee751b3c764 (patch) | |
tree | e3d5041775bf3b82ff1b7093faa0fdd8589c1ba0 /include | |
parent | 758a78ca6e1a734695a09b9c9a6c59f567ae938f (diff) |
fdo#84213 Add show/hide ruler to sd context menu
Change-Id: Iee42ab31a82ed4459f956706cef513afcf70ef94
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 1cd454f0b023..fdcc22788808 100644 --- a/include/svx/svxcommands.h +++ b/include/svx/svxcommands.h @@ -86,6 +86,7 @@ #define CMD_SID_OUTLINE_MAKE ".uno:Group" #define CMD_SID_INSERT_POSTIT ".uno:InsertAnnotation" #define CMD_SID_REPLYTO_POSTIT ".uno:ReplyToAnnotation" +#define CMD_SID_RULER ".uno:ShowRuler" #define CMD_SID_DELETE_POSTIT ".uno:DeleteAnnotation" #define CMD_SID_DELETEALL_POSTIT ".uno:DeleteAllAnnotation" #define CMD_SID_DELETEALLBYAUTHOR_POSTIT ".uno:DeleteAllAnnotationByAuthor" |