summaryrefslogtreecommitdiff
path: root/sc/inc/dputil.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/dputil.hxx')
-rw-r--r--sc/inc/dputil.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/dputil.hxx b/sc/inc/dputil.hxx
index 29c7036e0d0e..525e67363c9a 100644
--- a/sc/inc/dputil.hxx
+++ b/sc/inc/dputil.hxx
@@ -51,6 +51,7 @@ public:
static OUString getDisplayedMeasureName(const OUString& rName, ScSubTotalFunc eFunc);
static ScSubTotalFunc toSubTotalFunc(css::sheet::GeneralFunction eGenFunc);
+ static ScSubTotalFunc toSubTotalFunc(sal_Int16 eGenFunc);
};
#endif