From 59b755eb93136ea28916e875ee28a50ac7c12fb5 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 29 Feb 2020 18:16:44 +0100 Subject: Fix typo Like in 7fe40724b7b07710a501710466b6f10b526c2c97 Change-Id: I52eeeb46d4a6de44af94bc6fb3fb19b1c2dab3b2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89759 Reviewed-by: Julien Nabet Tested-by: Adolfo Jayme Barrientos --- include/vcl/weld.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/vcl') 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& 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; -- cgit