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

Thomas Arnhold thomas at arnhold.org
Sun Sep 8 23:21:12 PDT 2013


 starmath/source/symbol.src |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit d8919a1bcca1aa0b18634be918f6bf08c6c55a3f
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Mon Sep 9 08:20:47 2013 +0200

    Math: Clear up the purpose of both lists
    
    Change-Id: Ic19148fbcff40fae6b06e21cae26f0bce0dde5fc

diff --git a/starmath/source/symbol.src b/starmath/source/symbol.src
index fa5642b..dfcc6e8 100644
--- a/starmath/source/symbol.src
+++ b/starmath/source/symbol.src
@@ -19,6 +19,10 @@
 
 #include <starmath.hrc>
 
+// Both list types Ui and Export have to be identical. The Ui version
+// is the localized version of all symbols that is show in the Ui,
+// for Export they have to be in English. The transition between
+// both lists is done with GetExportSymbolName() and GetUiSymbolName().
 Resource RID_LOCALIZED_NAMES
 {
     StringArray RID_EXPORT_SYMBOLSET_NAMES


More information about the Libreoffice-commits mailing list