This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 813ef6db80 Cleanup
813ef6db80 is described below

commit 813ef6db80ce40f85a25b8fb22708bb2c2595c91
Author: mseidel <[email protected]>
AuthorDate: Thu May 1 02:09:23 2025 +0200

    Cleanup
---
 main/starmath/source/commands.src | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/main/starmath/source/commands.src 
b/main/starmath/source/commands.src
index d7c297548b..d910bd1e63 100644
--- a/main/starmath/source/commands.src
+++ b/main/starmath/source/commands.src
@@ -22,8 +22,6 @@
 #include <sfx2/sfx.hrc>
 #include "starmath.hrc"
 
-////////////////////////////////////////////////////////////
-
 String RID_PLUSX                       { Text = "+<?> " ; };
 String RID_MINUSX                      { Text = "-<?> " ; };
 String RID_PLUSMINUSX          { Text = "+-<?> " ; };
@@ -1122,7 +1120,7 @@ Menu RID_COMMANDMENU
                                        {
                                                Identifier = RID_LRDBRACKETX ;
                                                HelpId = HID_SMA_LRDBRACKETX ;
-                                               Text = "ldbracket x rdbracket " 
;
+                                               Text = "ldbracket x rdbracket" ;
                                        };
                                        MenuItem
                                        {
@@ -1186,7 +1184,7 @@ Menu RID_COMMANDMENU
                                        {
                                                Identifier = RID_SLRDBRACKETX ;
                                                HelpId = HID_SMA_SLRDBRACKETX ;
-                                               Text = "left ldbracket x right 
rdbracket " ;
+                                               Text = "left ldbracket x right 
rdbracket" ;
                                        };
                                        MenuItem
                                        {
@@ -1306,8 +1304,8 @@ Menu RID_COMMANDMENU
                                        };
                                        MenuItem
                                        {
-                                               Identifier = RID_SBLANK;
-                                               HelpId = HID_SMA_SBLANK;
+                                               Identifier = RID_SBLANK ;
+                                               HelpId = HID_SMA_SBLANK ;
                                                Text [ en-US ] = "Small Gap" ;
                                        };
                                        MenuItem

Reply via email to