From 8b7d0c2c39caa76461ca0c2d879c4615911cbb60 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 4 Sep 2018 10:10:19 +0200 Subject: Fix typos Change-Id: I5b2fdf1a43979d52282e8925959fd7c25077f46a Reviewed-on: https://gerrit.libreoffice.org/59969 Reviewed-by: Julien Nabet Tested-by: Jenkins --- vcl/source/uitest/uiobject.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') diff --git a/vcl/source/uitest/uiobject.cxx b/vcl/source/uitest/uiobject.cxx index 7d95907a9562..899fbb97d75c 100644 --- a/vcl/source/uitest/uiobject.cxx +++ b/vcl/source/uitest/uiobject.cxx @@ -562,7 +562,7 @@ void ButtonUIObject::execute(const OUString& rAction, { if (rAction == "CLICK") { - //Click doesn't call toggle when its a pushbutton tweaked to be a toggle-button + //Click doesn't call toggle when it's a pushbutton tweaked to be a toggle-button if (PushButton *pPushButton = (mxButton->GetStyle() & WB_TOGGLE) ? dynamic_cast(mxButton.get()) : nullptr) { pPushButton->Check(!pPushButton->IsChecked()); -- cgit