summaryrefslogtreecommitdiff
path: root/sc/source/ui/src
diff options
context:
space:
mode:
authorLaurent Godard <lgodard.libre@laposte.net>2012-11-28 17:18:27 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-28 18:08:32 +0100
commit03949c87206046d3a2ed2bf41f5c020458d07a8f (patch)
tree25f8344381da75f7545b7d3bad35c9d5458973f7 /sc/source/ui/src
parent90edd84687080569b536da9d9d2f09be3923596f (diff)
fdo#49704 add split cells menu entry in calc popup
Change-Id: Ia4f80cba29f30d4c684de6f78d8831513afa445c
Diffstat (limited to 'sc/source/ui/src')
-rw-r--r--sc/source/ui/src/popup.src6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/source/ui/src/popup.src b/sc/source/ui/src/popup.src
index f0f85f194bdb..2b17e8e508dc 100644
--- a/sc/source/ui/src/popup.src
+++ b/sc/source/ui/src/popup.src
@@ -82,6 +82,12 @@ Menu RID_POPUP_CELLS
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 ; };
//------------------------------