diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-02-29 18:16:44 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-03-02 15:40:39 +0100 |
commit | 59b755eb93136ea28916e875ee28a50ac7c12fb5 (patch) | |
tree | c3b964a66ba0ace276651f18a40d918dec4d5ca3 /include/vcl | |
parent | bf06e6957e56ab6b1960dd0ae68d45295ac12f74 (diff) |
Fix typo
Like in 7fe40724b7b07710a501710466b6f10b526c2c97
Change-Id: I52eeeb46d4a6de44af94bc6fb3fb19b1c2dab3b2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89759
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/weld.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; |