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

Andras Timar andras.timar at collabora.com
Wed Dec 10 16:48:22 PST 2014


 formula/source/core/resource/core_resource.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3d541065fe235de6f1dc3e673082e9a8cda9b328
Author: Andras Timar <andras.timar at collabora.com>
Date:   Wed Dec 10 21:18:27 2014 +0100

    fdo#87203 make translatable AGGREGATE function
    
    Change-Id: Ic376a4e03cafbba65ec78723de188bd627c0ef4f
    (cherry picked from commit f6ef20b046c485c89fb25521dec1eb6642aac1ba)

diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src
index b6816c7..99b387d 100644
--- a/formula/source/core/resource/core_resource.src
+++ b/formula/source/core/resource/core_resource.src
@@ -2370,7 +2370,7 @@ Resource RID_STRLIST_FUNCTION_NAMES
     };
     String SC_OPCODE_AGGREGATE
     {
-        Text = "AGGREGATE" ;
+        Text [ en-US ] = "AGGREGATE" ;
     };
     String SC_OPCODE_T_TEST
     {


More information about the Libreoffice-commits mailing list