diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sfxcommands.h | 5 | ||||
-rw-r--r-- | include/svx/svxcommands.h | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/include/sfx2/sfxcommands.h b/include/sfx2/sfxcommands.h index 94c86a22f212..3769ea9853e8 100644 --- a/include/sfx2/sfxcommands.h +++ b/include/sfx2/sfxcommands.h @@ -21,7 +21,6 @@ #define CMD_SID_BROWSE_BACKWARD ".uno:BrowseBackward" #define CMD_SID_BROWSE_FORWARD ".uno:BrowseForward" -#define CMD_SID_CLOSEWIN ".uno:CloseWin" #define CMD_SID_COPY ".uno:Copy" #define CMD_SID_CUT ".uno:Cut" #define CMD_SID_DELETE ".uno:Delete" @@ -39,10 +38,6 @@ #define CMD_SID_PASTE ".uno:Paste" #define CMD_SID_PASTE_SPECIAL ".uno:PasteSpecial" #define CMD_SID_PASTE_UNFORMATTED ".uno:PasteUnformatted" -#define CMD_SID_PASTE_ONLY ".uno:PasteOnly" -#define CMD_SID_PASTE_ONLY_VALUE ".uno:PasteOnlyValue" -#define CMD_SID_PASTE_ONLY_TEXT ".uno:PasteOnlyText" -#define CMD_SID_PASTE_ONLY_FORMULA ".uno:PasteOnlyFormula" #define CMD_SID_PRINTPREVIEW ".uno:PrintPreview" #define CMD_SID_RELOAD ".uno:Reload" #define CMD_SID_BASICIDE_RENAMECURRENT ".uno:RenameCurrent" diff --git a/include/svx/svxcommands.h b/include/svx/svxcommands.h index 1b027540b8ce..d5d6eaeaa9bf 100644 --- a/include/svx/svxcommands.h +++ b/include/svx/svxcommands.h @@ -82,8 +82,6 @@ #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" #define CMD_SID_RULER ".uno:ShowRuler" #define CMD_SID_DELETE_POSTIT ".uno:DeleteAnnotation" @@ -97,8 +95,6 @@ #define CMD_SID_FM_LISTBOX ".uno:ListBox" #define CMD_SID_FM_NUMERICFIELD ".uno:NumericField" #define CMD_SID_OBJECT_ALIGN ".uno:ObjectAlign" -#define CMD_SID_FRAME_DOWN ".uno:ObjectBackOne" -#define CMD_SID_FRAME_UP ".uno:ObjectForwardOne" #define CMD_SID_FM_OPEN_READONLY ".uno:OpenReadOnly" #define CMD_SID_ATTR_CHAR_CONTOUR ".uno:OutlineFont" #define CMD_SID_PARA_DLG ".uno:ParagraphDialog" |