summaryrefslogtreecommitdiff
path: root/starmath/source/commands.src
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-04-23 14:24:45 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-04-23 14:24:45 +0200
commit5f2fd81b6935efb16336201ef162f283a683f405 (patch)
treec6e21b18e16af30f12e709d4d91f68870776560c /starmath/source/commands.src
parente4aad263d015527ede9763fd88496c7e1c537eb4 (diff)
cws tl80: #i109020# 'nospace' command added
Diffstat (limited to 'starmath/source/commands.src')
-rw-r--r--starmath/source/commands.src7
1 files changed, 7 insertions, 0 deletions
diff --git a/starmath/source/commands.src b/starmath/source/commands.src
index 75c00cb819a6..9d618bbd0cf3 100644
--- a/starmath/source/commands.src
+++ b/starmath/source/commands.src
@@ -223,6 +223,7 @@ String RID_LEFTARROW { Text = "leftarrow " ; };
String RID_RIGHTARROW { Text = "rightarrow " ; };
String RID_UPARROW { Text = "uparrow " ; };
String RID_DOWNARROW { Text = "downarrow " ; };
+String RID_NOSPACE { Text = "nospace {<?>} " ; };
//////////////////////////////////////////
@@ -1327,6 +1328,12 @@ Menu RID_COMMANDMENU
};
MenuItem
{
+ Identifier = RID_NOSPACE;
+ HelpId = HID_SMA_NOSPACE;
+ Text [ en-US ] = "nospace {...}";
+ };
+ MenuItem
+ {
Identifier = RID_BINOMXY;
HelpId = HID_SMA_BINOMXY;
Text = "binom x y";