diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-12-16 14:09:48 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-12-17 21:17:03 +0000 |
commit | 635b8cc91938faeafb0d76ed36664a1aee83fdfa (patch) | |
tree | 1002f922bc821bceeacabdc9e3cae16d9586c678 /include/sfx2/sfxcommands.h | |
parent | 0e87fb829250cc16c9118c0bb9cd6b11f6da7848 (diff) |
Clean unused defines after src->xml conversion
... in 1c035f1b0eb6f5e5fbb6c54bf2eea9a6c983eb8f
Change-Id: I71271824b68ed21ac5db95b01fee61337fde189b
Reviewed-on: https://gerrit.libreoffice.org/20736
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'include/sfx2/sfxcommands.h')
-rw-r--r-- | include/sfx2/sfxcommands.h | 5 |
1 files changed, 0 insertions, 5 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" |