From 03eb939856a73fed6bbf3850d7dc4d58594a7d98 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 20 Feb 2017 09:44:43 +0000 Subject: update .src comment for stringarray conversion Change-Id: Ib4518ea46acb37d97c9739ee11b6cf9777f99194 --- sc/source/ui/src/scfuncs.src | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'sc/source/ui/src/scfuncs.src') diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index ed205af6d3ab..7c43b8a526b2 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -19,13 +19,12 @@ /* Resource file for the function wizard / autopilot. * - * For every function there is a sub resource with the number of the OpCode of - * the function. + * For every function there is a StringArray with a resource id (offset by + * RID_SC_FUNC_DESCRIPTIONS_START) with the OpCode of the function * - * In this sub resource, with index 1 the description of the function is - * given, followed by two string resources for each parameter, - * first the type or name of the parameter, second a description of the - * parameter. + * In this stringarray, the description of the function is given as the first + * entry, followed by two entries for each parameter, first the type or name + * of the parameter, second a description of the parameter. */ #include "scfuncs.hrc" -- cgit