[Libreoffice-commits] core.git: include/vcl
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Mar 2 14:41:17 UTC 2020
include/vcl/weld.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 59b755eb93136ea28916e875ee28a50ac7c12fb5
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Feb 29 18:16:44 2020 +0100
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Mon Mar 2 15:40:39 2020 +0100
Fix typo
Like in 7fe40724b7b07710a501710466b6f10b526c2c97
Change-Id: I52eeeb46d4a6de44af94bc6fb3fb19b1c2dab3b2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89759
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index 7a45730e8f8d..7f3463611a4d 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -1216,7 +1216,7 @@ public:
void connect_selected(const Link<const OString&, void>& rLink) { m_aSelectHdl = rLink; }
virtual void insert_item(int pos, const OUString& rId, const OUString& rStr,
- const OUString* pIconName, VirtualDevice* pImageSufface,
+ const OUString* pIconName, VirtualDevice* pImageSurface,
TriState eCheckRadioFalse)
= 0;
void append_item(const OUString& rId, const OUString& rStr)
@@ -1969,7 +1969,7 @@ public:
virtual void set_visible(const OString& rIdent, bool bVisible) = 0;
virtual void insert(int pos, const OUString& rId, const OUString& rStr,
- const OUString* pIconName, VirtualDevice* pImageSufface,
+ const OUString* pIconName, VirtualDevice* pImageSurface,
TriState eCheckRadioFalse)
= 0;
More information about the Libreoffice-commits
mailing list