summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/GroupManager.cxx2
-rw-r--r--forms/source/component/ImageButton.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/GroupManager.cxx b/forms/source/component/GroupManager.cxx
index a98cceb075d5..6b8ee7a8c04e 100644
--- a/forms/source/component/GroupManager.cxx
+++ b/forms/source/component/GroupManager.cxx
@@ -157,7 +157,7 @@ void OGroup::RemoveComponent( const Reference<XPropertySet>& rxElement )
/*
* By removing the GroupComp the insertion position has become invalid.
- * We do not to change it here, however, because its passed on continuously
+ * We do not to change it here, however, because it's passed on continuously
* and ascending distinctively.
*/
}
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 );
}