[Libreoffice-commits] core.git: include/vcl
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Sep 30 20:43:22 UTC 2018
include/vcl/weld.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7fe40724b7b07710a501710466b6f10b526c2c97
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Sep 30 18:31:34 2018 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
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)
{
More information about the Libreoffice-commits
mailing list