include/vcl/weld.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7fe40724b7b07710a501710466b6f10b526c2c97 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Sep 30 18:31:34 2018 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sun Sep 30 22:43:00 2018 +0200 Fix pImageSufface -> pImageSurface Just to spot this to devs. It is right? Change-Id: Icc38184149aa3bbdc7eb5a25f3c32735ec20e253 Reviewed-on: https://gerrit.libreoffice.org/61167 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx index 822aec4f095c..687f9d28ab1b 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -259,7 +259,7 @@ public: virtual void insert_text(int pos, const OUString& rStr) = 0; void append_text(const OUString& rStr) { insert_text(-1, rStr); } virtual void insert(int pos, const OUString& rId, const OUString& rStr, - const OUString* pIconName, VirtualDevice* pImageSufface) + const OUString* pIconName, VirtualDevice* pImageSurface) = 0; void append(const OUString& rId, const OUString& rStr) { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
