summaryrefslogtreecommitdiff
path: root/sc/inc/funcdesc.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-11-29 15:35:12 +0200
committerNoel Grandin <noel@peralex.com>2013-12-03 11:34:47 +0200
commit418b5df94b5a06ba4c18a82f9ff7a0c215a2060b (patch)
tree5df27df364780a5713c076e38afe744774f3749d /sc/inc/funcdesc.hxx
parent8c787dec1ae4e415fdcfdf16b5cd9b749308b2c7 (diff)
convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32
convert IFunctionDescription::getSuppressedArgumentCount from xub_StrLen -> sal_Int32 Change-Id: Iee7a094a6f067fa57ee828c434417f7583c0f32b
Diffstat (limited to 'sc/inc/funcdesc.hxx')
-rw-r--r--sc/inc/funcdesc.hxx2
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