summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-10 23:24:48 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 09:46:21 +0200
commitf3261ba74815b30f1018954bfb9ecd332fa8f1d5 (patch)
treeb359f61130ff26d4898f4b6c7dba430de9831190 /forms
parent0286f76b84478a38b252a39a4e33e51339286bcd (diff)
Fix typos
"its" Change-Id: I02c660e46964270376a66210fdb5f1b1985ce5b6 Reviewed-on: https://gerrit.libreoffice.org/77255 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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 );
}