[Libreoffice-commits] core.git: include/sfx2 sw/inc

Maxim Monastirsky momonasmon at gmail.com
Sun Feb 28 14:59:56 UTC 2016


 include/sfx2/sfxcommands.h |    5 -----
 sw/inc/swcommands.h        |   19 -------------------
 2 files changed, 24 deletions(-)

New commits:
commit abadeb7a4a76e8ea6ec449f3ea564abf8d52a231
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date:   Sun Feb 28 16:30:58 2016 +0200

    Unused defines
    
    Change-Id: Idc31e498a7223e7827533b24ab26928e21660ff2

diff --git a/include/sfx2/sfxcommands.h b/include/sfx2/sfxcommands.h
index bcfa15d..099dfbf 100644
--- a/include/sfx2/sfxcommands.h
+++ b/include/sfx2/sfxcommands.h
@@ -22,12 +22,8 @@
 #define CMD_SID_BROWSE_BACKWARD                     ".uno:BrowseBackward"
 #define CMD_SID_BROWSE_FORWARD                      ".uno:BrowseForward"
 #define CMD_SID_COPY                                ".uno:Copy"
-#define CMD_SID_CUT                                 ".uno:Cut"
-#define CMD_SID_DELETE                              ".uno:Delete"
 #define CMD_SID_BASICIDE_DELETECURRENT              ".uno:DeleteCurrent"
-#define CMD_SID_STYLE_DESIGNER                      ".uno:DesignerDialog"
 #define CMD_SID_EDITDOC                             ".uno:EditDoc"
-#define CMD_SID_STYLE_EDIT                          ".uno:EditStyle"
 #define CMD_SID_WIN_FULLSCREEN                      ".uno:FullScreen"
 #define CMD_SID_BASICIDE_HIDECURPAGE                ".uno:HideCurPage"
 #define CMD_SID_BASICIDE_MODULEDLG                  ".uno:ModuleDialog"
@@ -38,7 +34,6 @@
 #define CMD_SID_PASTE                               ".uno:Paste"
 #define CMD_SID_RELOAD                              ".uno:Reload"
 #define CMD_SID_BASICIDE_RENAMECURRENT              ".uno:RenameCurrent"
-#define CMD_SID_UNICODE_NOTATION_TOGGLE             ".uno:UnicodeNotationToggle"
 
 #endif
 
diff --git a/sw/inc/swcommands.h b/sw/inc/swcommands.h
index 1a4d957..fdcff07 100644
--- a/sw/inc/swcommands.h
+++ b/sw/inc/swcommands.h
@@ -19,25 +19,7 @@
 #ifndef INCLUDED_SW_INC_SWCOMMANDS_H
 #define INCLUDED_SW_INC_SWCOMMANDS_H
 
-#define CMD_SID_CREATE_SW_DRAWVIEW                  ".uno:CreateSWDrawView"
-#define CMD_SID_TABLE_VERT_BOTTOM                   ".uno:CellVertBottom"
-#define CMD_SID_TABLE_VERT_CENTER                   ".uno:CellVertCenter"
-#define CMD_SID_TABLE_VERT_NONE                     ".uno:CellVertTop"
-#define CMD_FN_TABLE_SELECT_COL                     ".uno:EntireColumn"
-#define CMD_FN_TABLE_SELECT_ROW                     ".uno:EntireRow"
-#define CMD_FN_TABLE_MERGE_TABLE                    ".uno:MergeTable"
-#define CMD_FN_FRAME_DOWN                           ".uno:ObjectBackOne"
-#define CMD_FN_TABLE_SET_READ_ONLY_CELLS            ".uno:Protect"
-#define CMD_FN_FORMAT_RESET                         ".uno:ResetAttributes"
-#define CMD_FN_TOOL_ANCHOR_PAGE                     ".uno:SetAnchorToPage"
-#define CMD_FN_TOOL_ANCHOR_PARAGRAPH                ".uno:SetAnchorToPara"
-#define CMD_FN_TABLE_SPLIT_CELLS                    ".uno:SplitCell"
-#define CMD_FN_TABLE_SPLIT_TABLE                    ".uno:SplitTable"
-#define CMD_FN_SET_SUB_SCRIPT                       ".uno:SubScript"
-#define CMD_FN_SET_SUPER_SCRIPT                     ".uno:SuperScript"
-#define CMD_FN_TOOL_ANCHOR                          ".uno:ToggleAnchorType"
 #define CMD_FN_READONLY_SELECTION_MODE              ".uno:SelectTextMode"
-#define CMD_FN_TABLE_ROW_SPLIT                      ".uno:RowSplit"
 #define CMD_FN_REPLY                                ".uno:ReplyNote"
 #define CMD_FN_DELETE_COMMENT                       ".uno:DeleteComment"
 #define CMD_FN_DELETE_NOTE_AUTHOR                   ".uno:DeleteAuthor"
@@ -55,7 +37,6 @@
 #define CMD_FN_HEADERFOOTER_BORDERBACK              ".uno:HeaderFooterBorderBackground"
 #define CMD_FN_PAGEBREAK_EDIT                       ".uno:PageBreakEdit"
 #define CMD_FN_PAGEBREAK_DELETE                     ".uno:PageBreakDelete"
-#define CMD_SID_JUMP_TO_SPECIFIC_PAGE                ".uno:JumpToSpecificPage"
 
 #endif
 


More information about the Libreoffice-commits mailing list