include/vcl/IconThemeInfo.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3ba921e3ea2afc5a078ebced86375bbc2fc190f3 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed May 15 09:09:16 2019 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Tested-by: Julien Nabet <[email protected]> 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. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
