[Libreoffice-commits] core.git: include/comphelper

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 2 05:13:33 UTC 2019


 include/comphelper/numbers.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a96490730c082b086c805f5c3c07738a04e6b846
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jun 30 22:26:26 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jul 2 07:12:41 2019 +0200

    Fix typo
    
    Change-Id: I230929d37b9649f58856e1b424966765f6e96f11
    Reviewed-on: https://gerrit.libreoffice.org/74970
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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,


More information about the Libreoffice-commits mailing list