summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-15 14:58:38 +0100
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2017-03-16 10:50:26 +0000
commit15e3ce53283f288cb2c4c52acb203c9c281914ac (patch)
tree9df72cca5afd8dcbc70fcfba083b116c99431e84 /forms
parent665d7a4e659114120009636aeb4049b10009f36e (diff)
Fix typos
Change-Id: I1488e2147fa0cd4a821eb5bfe172a58a4e396ace Reviewed-on: https://gerrit.libreoffice.org/35224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/FormattedFieldWrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/FormattedFieldWrapper.cxx b/forms/source/component/FormattedFieldWrapper.cxx
index 812b58595586..3cc5c3848d8e 100644
--- a/forms/source/component/FormattedFieldWrapper.cxx
+++ b/forms/source/component/FormattedFieldWrapper.cxx
@@ -237,7 +237,7 @@ void SAL_CALL OFormattedFieldWrapper::read(const Reference<XObjectInputStream>&
{
SolarMutexGuard g;
if (m_xAggregate.is())
- { // we alread did a decision if we're an EditModel or a FormattedModel
+ { // we already did a decision if we're an EditModel or a FormattedModel
// if we act as formatted, we have to read the edit part first
if (m_xFormattedPart.is())