[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - starmath/source

2015-01-27 Thread Takeshi Abe
 starmath/source/node.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 98b73b331918e3e9213992980048e3c3c8441b93
Author: Takeshi Abe 
Date:   Tue Jan 27 12:33:02 2015 +0900

Fix a single quote slipped in

See void SmNodeToTextVisitor::Visit( SmFontNode* pNode ) for comparison.

Change-Id: Id7e58fef3b715ef2a4bcb4e1a1d390aadf917b5f
Reviewed-on: https://gerrit.libreoffice.org/14193
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 
Reviewed-on: https://gerrit.libreoffice.org/14197

diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx
index bb2006a..97fd34a 100644
--- a/starmath/source/node.cxx
+++ b/starmath/source/node.cxx
@@ -2046,7 +2046,7 @@ void SmFontNode::CreateTextFromNode(OUString &rText)
 rText += "-";
 break;
 case FNTSIZ_MULTIPLY:
-rText += "*'";
+rText += "*";
 break;
 case FNTSIZ_DIVIDE:
 rText += "/";
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - starmath/source

2014-12-09 Thread Stanislav Horacek
 starmath/source/toolbox.src |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 84c169d85d7ec834b1387c6b64461914460b79d3
Author: Stanislav Horacek 
Date:   Sun Dec 7 14:16:18 2014 +0100

capitalize Infinite tooltip in Elements panel of Math

Change-Id: I15e5a7c9a37a4908adcdc0d3396c82845e442b66
Reviewed-on: https://gerrit.libreoffice.org/13346
Reviewed-by: Wesley J. Landaker 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/starmath/source/toolbox.src b/starmath/source/toolbox.src
index fa4102b..1ce7fd6 100644
--- a/starmath/source/toolbox.src
+++ b/starmath/source/toolbox.src
@@ -1280,7 +1280,7 @@
 {
 Identifier = RID_INFINITY ;
 HelpId = HID_SMA_INFINITY ;
-Text [ en-US ] = "infinite";
+Text [ en-US ] = "Infinite";
 };
 ToolBoxItem
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - starmath/source

2014-11-23 Thread Stanislav Horacek
 starmath/source/smres.src |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b63f164c1d05250cc06ab37270bd6e6cad702fbd
Author: Stanislav Horacek 
Date:   Sun Nov 23 14:57:39 2014 +0100

fix typo in color name

Change-Id: I0bd01210cea6336a09ada718fe2b3c06b07942ce
Reviewed-on: https://gerrit.libreoffice.org/13071
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 

diff --git a/starmath/source/smres.src b/starmath/source/smres.src
index 2e61fdf..0647dec 100644
--- a/starmath/source/smres.src
+++ b/starmath/source/smres.src
@@ -184,7 +184,7 @@ String STR_AQUA
 };
 String STR_FUCHSIA
 {
-Text [ en-US ] = "funchsia" ;
+Text [ en-US ] = "fuchsia" ;
 };
 String STR_GRAY
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits