summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-12-29 09:36:40 +0100
committerDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-12-29 09:36:40 +0100
commit1866f942b7b66e9f0c24b8de2ec5ca5378f05765 (patch)
tree1c1a72639323452ef0c5d1f3199ba09bee3e1ee7 /oox
parente3c7c4fc089ad365b7d9b2d66addc85255df1eeb (diff)
dr78: typos in comments
Diffstat (limited to 'oox')
-rw-r--r--oox/inc/oox/xls/formulabase.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/oox/inc/oox/xls/formulabase.hxx b/oox/inc/oox/xls/formulabase.hxx
index fe4533680424..1c668296cee3 100644
--- a/oox/inc/oox/xls/formulabase.hxx
+++ b/oox/inc/oox/xls/formulabase.hxx
@@ -481,9 +481,9 @@ enum FunctionLibraryType
/** 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
- 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
function.
*/
@@ -501,7 +501,7 @@ struct FunctionInfo
sal_uInt8 mnMaxParamCount; /// Maximum number of parameters.
sal_uInt8 mnRetClass; /// BIFF token class of the return value.
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 mbExternal; /// True = external function in Calc.
bool mbMacroFunc; /// True = macro sheet function or command.