include/filter/msfilter/msdffimp.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cf9e5ab822a45738dcd8893b445cce4770a87cc2 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Jul 8 10:44:38 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jul 10 11:03:14 2019 +0200 Fix typo Change-Id: I727d6d390590654797e184f815a1e2f9ca22425a Reviewed-on: https://gerrit.libreoffice.org/75320 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/filter/msfilter/msdffimp.hxx b/include/filter/msfilter/msdffimp.hxx index 84e66803b6dc..4ed847ec12bb 100644 --- a/include/filter/msfilter/msdffimp.hxx +++ b/include/filter/msfilter/msdffimp.hxx @@ -654,7 +654,7 @@ public: bool GetBLIP( sal_uLong nIdx, Graphic& rData, tools::Rectangle* pVisArea = nullptr ); // TODO: provide proper documentation here - /** read a BLIP out of a already positioned stream + /** read a BLIP out of an already positioned stream @param[in] rBLIPStream already positioned stream (mandatory) @param[out] rData already converted data (insert directly as _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
