[Libreoffice-commits] core.git: starmath/source

Takeshi Abe tabe at fixedpoint.jp
Sat Nov 5 02:00:39 UTC 2016


 starmath/source/commands.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6984fd5a756f1e01e94da14f01df5a0e20791630
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Fri Nov 4 12:21:04 2016 +0900

    tdf#102008 Drop whitespace between "fact" and brace
    
    for consistency with "abs{<?>}", "sqrt{<?>}", etc.
    
    Change-Id: I53106d6daf99f72f1a064bc6f5e0fe4dab55cc02
    Reviewed-on: https://gerrit.libreoffice.org/30556
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Takeshi Abe <tabe at fixedpoint.jp>

diff --git a/starmath/source/commands.src b/starmath/source/commands.src
index f28d067..0df9c4e 100644
--- a/starmath/source/commands.src
+++ b/starmath/source/commands.src
@@ -277,7 +277,7 @@ String RID_ABSX_HELP
 {
     Text [ en-US ] = "Absolute Value" ;
 };
-String RID_FACTX            { Text = "fact {<?>} " ; };
+String RID_FACTX            { Text = "fact{<?>} " ; };
 String RID_FACTX_HELP
 {
     Text [ en-US ] = "Factorial" ;


More information about the Libreoffice-commits mailing list