diff options
author | Noel Grandin <noel@peralex.com> | 2013-11-29 15:35:12 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-12-03 11:34:47 +0200 |
commit | 418b5df94b5a06ba4c18a82f9ff7a0c215a2060b (patch) | |
tree | 5df27df364780a5713c076e38afe744774f3749d /include | |
parent | 8c787dec1ae4e415fdcfdf16b5cd9b749308b2c7 (diff) |
convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32
convert IFunctionDescription::getSuppressedArgumentCount from xub_StrLen
-> sal_Int32
Change-Id: Iee7a094a6f067fa57ee828c434417f7583c0f32b
Diffstat (limited to 'include')
-rw-r--r-- | include/formula/IFunctionDescription.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/formula/IFunctionDescription.hxx b/include/formula/IFunctionDescription.hxx index e27d82d1a8b4..c27a7f5c5e74 100644 --- a/include/formula/IFunctionDescription.hxx +++ b/include/formula/IFunctionDescription.hxx @@ -82,7 +82,7 @@ namespace formula virtual const IFunctionCategory* getCategory() const = 0; virtual OUString getDescription() const = 0; // GetSuppressedArgCount - virtual xub_StrLen getSuppressedArgumentCount() const = 0; + virtual sal_Int32 getSuppressedArgumentCount() const = 0; // GetFormulaString virtual OUString getFormula(const ::std::vector< OUString >& _aArguments) const = 0; // GetVisibleArgMapping |