diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-11-20 20:25:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-11-22 21:03:07 +0100 |
commit | b56749f04c46937f9dd5b8239e42bf831dcea782 (patch) | |
tree | cafe4d496fc3bc0bfb1e6c175ec0234fbceb7776 /include/vcl/toolkit/button.hxx | |
parent | 91d4a87a2c617fd4612e116e3d87b34558213e45 (diff) |
hes->has
Change-Id: I9d455bc4f2f286283bfe67778bbdcd5fe84f4479
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106328
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/toolkit/button.hxx')
-rw-r--r-- | include/vcl/toolkit/button.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/toolkit/button.hxx b/include/vcl/toolkit/button.hxx index 780197d12ec7..1a294d12f016 100644 --- a/include/vcl/toolkit/button.hxx +++ b/include/vcl/toolkit/button.hxx @@ -160,7 +160,7 @@ public: virtual bool set_property(const OString &rKey, const OUString &rValue) override; virtual void ShowFocus(const tools::Rectangle& rRect) override; - /// Button hes additional stuff that we need to dump too. + /// Button has additional stuff that we need to dump too. void DumpAsPropertyTree(tools::JsonWriter&) override; virtual FactoryFunction GetUITestFactory() const override; @@ -280,7 +280,7 @@ public: void group(RadioButton &rOther); virtual void ShowFocus(const tools::Rectangle& rRect) override; - /// Button hes additional stuff that we need to dump too. + /// Button has additional stuff that we need to dump too. void DumpAsPropertyTree(tools::JsonWriter&) override; virtual FactoryFunction GetUITestFactory() const override; |