Kaydet (Commit) 1866f942 authored tarafından Daniel Rentz [dr]'s avatar Daniel Rentz [dr]

dr78: typos in comments

üst e3c7c4fc
...@@ -481,9 +481,9 @@ enum FunctionLibraryType ...@@ -481,9 +481,9 @@ enum FunctionLibraryType
/** Represents information for a spreadsheet function. /** Represents information for a spreadsheet function.
The member mpParamInfos points to an array of type information structures The member mpParamInfos points to a C-array of type information structures
for all parameters of the function. The last initialized structure for all parameters of the function. The last initialized structure
describing a regular parameter (member meValid == EXC_PARAMVALID_ALWAYS) in describing a regular parameter (member meValid == FUNC_PARAM_REGULAR) in
this array is used repeatedly for all following parameters supported by a this array is used repeatedly for all following parameters supported by a
function. function.
*/ */
...@@ -501,7 +501,7 @@ struct FunctionInfo ...@@ -501,7 +501,7 @@ struct FunctionInfo
sal_uInt8 mnMaxParamCount; /// Maximum number of parameters. sal_uInt8 mnMaxParamCount; /// Maximum number of parameters.
sal_uInt8 mnRetClass; /// BIFF token class of the return value. sal_uInt8 mnRetClass; /// BIFF token class of the return value.
const FunctionParamInfo* mpParamInfos; /// Information about all parameters. const FunctionParamInfo* mpParamInfos; /// Information about all parameters.
bool mbParamPairs; /// true = optional parameters are expected to appear in pairs. bool mbParamPairs; /// True = optional parameters are expected to appear in pairs.
bool mbVolatile; /// True = volatile function. bool mbVolatile; /// True = volatile function.
bool mbExternal; /// True = external function in Calc. bool mbExternal; /// True = external function in Calc.
bool mbMacroFunc; /// True = macro sheet function or command. bool mbMacroFunc; /// True = macro sheet function or command.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment