sc/source/ui/src/scfuncs.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c08fea639ca1a757df086ffe34f2bd5cf6573b6c Author: Eike Rathke <er...@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 diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index c34785c..305835e 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits