summaryrefslogtreecommitdiff
path: root/include/comphelper/numbers.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-20 21:34:30 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-21 09:03:20 +0200
commitf133857cc61dba9505fc2aae23dcac2f47f4ef50 (patch)
tree86e38fe77ca1dca56568bb8a79cc38e455b67d0e /include/comphelper/numbers.hxx
parent32093237b3f41eca976a5018a7c8ef56e3f5fb3a (diff)
comphelper: starutil -> css::util
Change-Id: If4c0d404b0f7027837dcc245b5b7d21b1f749347
Diffstat (limited to 'include/comphelper/numbers.hxx')
-rw-r--r--include/comphelper/numbers.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/include/comphelper/numbers.hxx b/include/comphelper/numbers.hxx
index e59820b5e481..7cb8840f18d3 100644
--- a/include/comphelper/numbers.hxx
+++ b/include/comphelper/numbers.hxx
@@ -29,22 +29,19 @@
namespace comphelper
{
-
- namespace starutil = ::com::sun::star::util;
-
/// returns the ::com::sun::star::util::NumberFormat of the given key under the given formats
- COMPHELPER_DLLPUBLIC sal_Int16 getNumberFormatType(const css::uno::Reference<starutil::XNumberFormats>& xFormats, sal_Int32 nKey);
+ COMPHELPER_DLLPUBLIC sal_Int16 getNumberFormatType(const css::uno::Reference<css::util::XNumberFormats>& xFormats, sal_Int32 nKey);
/// returns the ::com::sun::star::util::NumberFormat of the given key under the given formatter
- COMPHELPER_DLLPUBLIC sal_Int16 getNumberFormatType(const css::uno::Reference<starutil::XNumberFormatter>& xFormatter, sal_Int32 nKey);
+ COMPHELPER_DLLPUBLIC sal_Int16 getNumberFormatType(const css::uno::Reference<css::util::XNumberFormatter>& xFormatter, sal_Int32 nKey);
/// returns the decimals of the given numeric number formatunder the given formats
- COMPHELPER_DLLPUBLIC css::uno::Any getNumberFormatDecimals(const css::uno::Reference<starutil::XNumberFormats>& xFormats, sal_Int32 nKey);
+ 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<starutil::XNumberFormatter>& xFormatter,
+ const css::uno::Reference<css::util::XNumberFormatter>& xFormatter,
sal_Int16 nType,
const css::lang::Locale& _rLocale);