[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sc/source
Eike Rathke
erack at redhat.com
Thu Aug 21 06:15:35 PDT 2014
sc/source/ui/src/scfuncs.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4282b6455c76cadd39961ed85c26cad2e2757248
Author: Eike Rathke <erack at redhat.com>
Date: Thu Aug 21 13:52:41 2014 +0200
add missing parameter flag
in dbgutil build gave:
warn:legacy.osl:27022:1:tools/source/rc/resmgr.cxx:701:
file:///build/libo/dev/instdir/program/../program/resource/scen-US.res
Class: 272, Id: 436. Classpointer not at the end!
Resource Stack
Class: 272, Id: 25044
and the following value of the suppress flag was taken in place of the
parameter flag, which was identical and didn't harm in this case, but ...
Change-Id: I951381ef2a5c2d7d7d44892ad5c34ea77ace51ce
(cherry picked from commit c08fea639ca1a757df086ffe34f2bd5cf6573b6c)
Reviewed-on: https://gerrit.libreoffice.org/11058
Reviewed-by: David Tardon <dtardon at redhat.com>
Tested-by: David Tardon <dtardon at redhat.com>
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index f8e1264..c4a9d6c 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -8149,7 +8149,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
0;
ID_FUNCTION_GRP_STATISTIC;
U2S( HID_FUNC_HYP_GEOM_DIST_MS );
- 5; 0; 0; 0; 0;
+ 5; 0; 0; 0; 0; 0;
0;
};
String 2 // Name of Parameter 1
More information about the Libreoffice-commits
mailing list