diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-03-20 16:43:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-03-21 20:34:44 +0100 |
commit | 49189bb8823adc6a76d3f33b34c02d6a640df96a (patch) | |
tree | 75d7c38e138f7b501336952a25a0a6f66fd3bcab /include | |
parent | 7c76332b52d9b3b967beecc1fe163eea783c471e (diff) |
Related: tdf#160056 this can be static
Change-Id: I1172854a1bf00e74adbe350c54e4e98ea38b0b35
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165072
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/numformat.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/numformat.hxx b/include/svl/numformat.hxx index e28bd3a1af94..ffbc5f8f9769 100644 --- a/include/svl/numformat.hxx +++ b/include/svl/numformat.hxx @@ -356,7 +356,7 @@ public: NF_INDEX_TABLE_ENTRIES if it's not a builtin format. @see NfIndexTableOffset */ - NfIndexTableOffset GetIndexTableOffset(sal_uInt32 nFormat) const; + static NfIndexTableOffset GetIndexTableOffset(sal_uInt32 nFormat); /** Set evaluation type and order of input date strings @see NfEvalDateFormat |