summaryrefslogtreecommitdiff
path: root/include/comphelper/numbers.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-30 22:26:26 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-07-02 07:12:41 +0200
commita96490730c082b086c805f5c3c07738a04e6b846 (patch)
tree2ac91f760f47f278c1bafc46341c8b2e7d6e9aa8 /include/comphelper/numbers.hxx
parent8fbc6d700f81bd8cc073ca410d08d1d15394978f (diff)
Fix typo
Change-Id: I230929d37b9649f58856e1b424966765f6e96f11 Reviewed-on: https://gerrit.libreoffice.org/74970 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/comphelper/numbers.hxx')
-rw-r--r--include/comphelper/numbers.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/numbers.hxx b/include/comphelper/numbers.hxx
index 9699a8b1d515..919be8aac187 100644
--- a/include/comphelper/numbers.hxx
+++ b/include/comphelper/numbers.hxx
@@ -39,7 +39,7 @@ 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);
- /** retrieves a the value of a given property for a given format key, relating to a given formatter
+ /** retrieves the value of a given property for a given format key, relating to a given formatter
*/
COMPHELPER_DLLPUBLIC css::uno::Any getNumberFormatProperty(
const css::uno::Reference< css::util::XNumberFormatter >& _rxFormatter,