summaryrefslogtreecommitdiff
path: root/include/comphelper/numbers.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/numbers.hxx')
-rw-r--r--include/comphelper/numbers.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/comphelper/numbers.hxx b/include/comphelper/numbers.hxx
index 7ed2e2b4190d..5b3684767215 100644
--- a/include/comphelper/numbers.hxx
+++ b/include/comphelper/numbers.hxx
@@ -38,13 +38,6 @@ namespace comphelper
/// returns the decimals of the given numeric number formatunder the given formats
COMPHELPER_DLLPUBLIC css::uno::Any getNumberFormatDecimals(const css::uno::Reference<css::util::XNumberFormats>& xFormats, sal_Int32 nKey);
- /** returns the standard format for the given type and the given _rLocale
- */
- sal_Int32 getStandardFormat(
- const css::uno::Reference<css::util::XNumberFormatter>& xFormatter,
- sal_Int16 nType,
- const css::lang::Locale& _rLocale);
-
/** retrieves a the value of a given property for a given format key, relating to a given formatter
*/
COMPHELPER_DLLPUBLIC css::uno::Any getNumberFormatProperty(