summaryrefslogtreecommitdiff
path: root/forms/source/component/ImageButton.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/ImageButton.cxx')
-rw-r--r--forms/source/component/ImageButton.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/ImageButton.cxx b/forms/source/component/ImageButton.cxx
index 63c627c93fe0..63cf27fca416 100644
--- a/forms/source/component/ImageButton.cxx
+++ b/forms/source/component/ImageButton.cxx
@@ -200,7 +200,7 @@ void OImageButtonControl::mousePressed(const awt::MouseEvent& e)
else
{
// Or else don't; we must not notify the listeners in that case.
- // Even not if its added later on.
+ // Even not if it's added later on.
aGuard.clear();
actionPerformed_Impl( false, e );
}