diff options
author | Eike Rathke <erack@redhat.com> | 2016-01-08 19:04:50 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-01-09 13:33:30 +0100 |
commit | 077cc9fbaa29d1440f930c3ae4be86db73ee30a8 (patch) | |
tree | e34ef3f3a5ab07e2bb005d74b937e71180b9a948 /include | |
parent | 31bc9a228ed02dfa082e3a59c20b0ce106d5c75c (diff) |
prepare for hidden flag in function description for Function Wizard
Change-Id: Ic018ea5b962a66b6543e57d9cc1d44711e51de6e
Diffstat (limited to 'include')
-rw-r--r-- | include/formula/IFunctionDescription.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/formula/IFunctionDescription.hxx b/include/formula/IFunctionDescription.hxx index bed71cd06302..7fb02c5120a7 100644 --- a/include/formula/IFunctionDescription.hxx +++ b/include/formula/IFunctionDescription.hxx @@ -88,6 +88,7 @@ namespace formula virtual void initArgumentInfo() const = 0; virtual OUString getSignature() const = 0; virtual OString getHelpId() const = 0; + virtual bool isHidden() const = 0; // parameter virtual sal_uInt32 getParameterCount() const = 0; |