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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu May 16 05:08:45 UTC 2019


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

New commits:
commit 3ba921e3ea2afc5a078ebced86375bbc2fc190f3
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 15 09:09:16 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu May 16 07:08:09 2019 +0200

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

diff --git a/include/vcl/IconThemeInfo.hxx b/include/vcl/IconThemeInfo.hxx
index 54e71e73d07f..825a0e14cafa 100644
--- a/include/vcl/IconThemeInfo.hxx
+++ b/include/vcl/IconThemeInfo.hxx
@@ -51,7 +51,7 @@ public:
      */
     static Size SizeByThemeName(const OUString&);
 
-    /** Check whether a IconThemeInfo can be constructed from a URL */
+    /** Check whether an IconThemeInfo can be constructed from a URL */
     static bool UrlCanBeParsed(const OUString& url);
 
     /** Find an icon theme by its id in a vector.


More information about the Libreoffice-commits mailing list