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 /sc/inc | |
parent | 8c787dec1ae4e415fdcfdf16b5cd9b749308b2c7 (diff) |
convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32
convert IFunctionDescription::getSuppressedArgumentCount from xub_StrLen
-> sal_Int32
Change-Id: Iee7a094a6f067fa57ee828c434417f7583c0f32b
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/funcdesc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/funcdesc.hxx b/sc/inc/funcdesc.hxx index a507962df6d3..fb892eca9fe2 100644 --- a/sc/inc/funcdesc.hxx +++ b/sc/inc/funcdesc.hxx @@ -153,7 +153,7 @@ public: @return number of non-suppressed arguments */ sal_uInt16 GetSuppressedArgCount() const; - virtual xub_StrLen getSuppressedArgumentCount() const ; + virtual sal_Int32 getSuppressedArgumentCount() const ; /** Requests function data from AddInCollection |