summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/formulabase.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-12 12:41:43 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-16 06:45:26 +0000
commit5b1095fc03e90506cb8ed956fafb528d4f6b0044 (patch)
treebd189462f567a1487e66516869a42db4796ffa0c /sc/source/filter/inc/formulabase.hxx
parent93de7661211d19f6fff201bff5625413a453258d (diff)
loplugin:unusedenumvalues in sc
Change-Id: If16f62c3a44a603aff7399f2064777069d5d85fa Reviewed-on: https://gerrit.libreoffice.org/28074 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/source/filter/inc/formulabase.hxx')
-rw-r--r--sc/source/filter/inc/formulabase.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sc/source/filter/inc/formulabase.hxx b/sc/source/filter/inc/formulabase.hxx
index a5b1e7ca425e..aae1f93ad010 100644
--- a/sc/source/filter/inc/formulabase.hxx
+++ b/sc/source/filter/inc/formulabase.hxx
@@ -382,17 +382,6 @@ enum FuncParamValidity
FUNC_PARAM_EXCELONLY /// Parameter supported by Excel only.
};
-/** Enumerates different types of token class conversion in function parameters. */
-enum FuncParamConversion
-{
- FUNC_PARAMCONV_ORG, /// Use original class of current token.
- FUNC_PARAMCONV_VAL, /// Convert tokens to VAL class.
- FUNC_PARAMCONV_ARR, /// Convert tokens to ARR class.
- FUNC_PARAMCONV_RPT, /// Repeat parent conversion in VALTYPE parameters.
- FUNC_PARAMCONV_RPX, /// Repeat parent conversion in REFTYPE parameters.
- FUNC_PARAMCONV_RPO /// Repeat parent conversion in operands of operators.
-};
-
/** Structure that contains all needed information for a parameter in a
function.