diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-02-20 09:44:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-02-20 09:45:25 +0000 |
commit | 03eb939856a73fed6bbf3850d7dc4d58594a7d98 (patch) | |
tree | 246ff10a9250700501f7cee38d393b75585749ab /sc/source/ui/src/scfuncs.src | |
parent | 234bc82308b00d315360073f1316700fa688a38f (diff) |
update .src comment for stringarray conversion
Change-Id: Ib4518ea46acb37d97c9739ee11b6cf9777f99194
Diffstat (limited to 'sc/source/ui/src/scfuncs.src')
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 11 |
1 files changed, 5 insertions, 6 deletions
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" |