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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Oct 1 17:27:39 UTC 2018


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

New commits:
commit 1a3846b70d7bb34ad4ce17eef1196fe42d74e41c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Oct 1 13:07:03 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Oct 1 19:27:17 2018 +0200

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

diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index 558e7a1d34f9..3d8b8fa2a049 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -766,7 +766,7 @@ public:
 
     // typically you only need to call this if set_text (e.g. with "") was
     // previously called to display some arbitrary text instead of the
-    // formatted value and now you want to show it as formattted again
+    // formatted value and now you want to show it as formatted again
     void reformat() { set_value(get_value(m_eSrcUnit), m_eSrcUnit); }
 
     void set_range(int min, int max, FieldUnit eValueUnit)


More information about the Libreoffice-commits mailing list