include/LibreOfficeKit/LibreOfficeKit.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 46272359af4676ce3a66f90c74bf49077161000f Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Jul 11 22:25:34 2019 +0000 Commit: Andrea Gelmini <[email protected]> CommitDate: Wed Jul 24 08:27:40 2019 +0200 Fix typo Change-Id: Ia095c30e6ca4e7b9d6ba0dcf5b796353bfd088be Reviewed-on: https://gerrit.libreoffice.org/75559 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <[email protected]> diff --git a/include/LibreOfficeKit/LibreOfficeKit.hxx b/include/LibreOfficeKit/LibreOfficeKit.hxx index 0290e6f8efb3..3bd1c50bb0be 100644 --- a/include/LibreOfficeKit/LibreOfficeKit.hxx +++ b/include/LibreOfficeKit/LibreOfficeKit.hxx @@ -685,7 +685,7 @@ public: } /** - * Loads a document from an URL. + * Loads a document from a URL. * * @param pUrl the URL of the document to load * @param pFilterOptions options for the import filter, e.g. SkipImages. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
