summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-04-29 23:19:08 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-05-05 09:24:40 +0200
commitf6fb5a17da883e89cae6f7a960266fc87ccc9f6b (patch)
tree058efebab6d3b5ef21d42a3c1191eeddf890e4cc /forms
parentd633e80334b2472e7d99e253b761acd9b72f290b (diff)
Fix typos
Change-Id: I92078fdece135754744d85424956dbb071f3899e Reviewed-on: https://gerrit.libreoffice.org/53638 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/EditBase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/EditBase.cxx b/forms/source/component/EditBase.cxx
index 86d90a288e5f..4bf9a0fc815b 100644
--- a/forms/source/component/EditBase.cxx
+++ b/forms/source/component/EditBase.cxx
@@ -139,7 +139,7 @@ void OEditBaseModel::write(const Reference<XObjectOutputStream>& _rxOutStream)
writeHelpTextCompatibly(_rxOutStream);
// (that's potentially bad : at the time I added the above line we had two derived classes : OEditModel and
// OFormattedModel. The first one does not have an own version handling, so it can't write the help text itself,
- // the second one does it's own writing (reading) after calling our method, so normally we shouldn't write any
+ // the second one does its own writing (reading) after calling our method, so normally we shouldn't write any
// additional members as this is not compatible to older office versions.
// We decided to place the writing of the help text here as it seems the less worse alternative. There is no delivered
// office version including formatted controls (and thus the OFormattedModel), and the OFormattedModel::read seems