Kaydet (Commit) 03949c87 authored tarafından Laurent Godard's avatar Laurent Godard Kaydeden (comit) Markus Mohrhard

fdo#49704 add split cells menu entry in calc popup

Change-Id: Ia4f80cba29f30d4c684de6f78d8831513afa445c
üst 90edd846
......@@ -61,6 +61,7 @@
#define CMD_FID_INS_ROWBRK ".uno:InsertRowBreak"
#define CMD_FID_INS_ROW ".uno:InsertRows"
#define CMD_FID_MERGE_ON ".uno:MergeCells"
#define CMD_FID_MERGE_OFF ".uno:SplitCell"
#define CMD_SID_OBJECT_MIRROR ".uno:Mirror"
#define CMD_FID_TAB_MOVE ".uno:Move"
#define CMD_SID_PREVIEW_NEXT ".uno:NextPage"
......
......@@ -81,6 +81,12 @@ Menu RID_POPUP_CELLS
Identifier = FID_MERGE_ON ;
HelpId = CMD_FID_MERGE_ON ;
Text [ en-US ] = "~Merge Cells..." ;
};
MenuItem
{
Identifier = FID_MERGE_OFF ;
HelpId = CMD_FID_MERGE_OFF ;
Text [ en-US ] = "Split Cells..." ;
};
//------------------------------
MenuItem { Separator = TRUE ; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment