[Libreoffice-commits] core.git: forms/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Aug 30 11:53:31 UTC 2020
forms/source/component/ImageControl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2d9d9010ae817c3b9535c52f8a6529c88a0b4bfa
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Aug 29 19:53:09 2020 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sun Aug 30 13:52:47 2020 +0200
Fix typos
Change-Id: I1f8e27182352ebba878b120875eefc1aa5c7009f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101654
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/forms/source/component/ImageControl.cxx b/forms/source/component/ImageControl.cxx
index 97928cff6fa9..b75080bae4a2 100644
--- a/forms/source/component/ImageControl.cxx
+++ b/forms/source/component/ImageControl.cxx
@@ -326,7 +326,7 @@ void OImageControlModel::describeAggregateProperties( Sequence< Property >& /* [
OBoundControlModel::describeAggregateProperties( o_rAggregateProperties );
// remove ImageURL and Graphic properties, we "override" them.
// This is because our aggregate synchronizes those
- // two, but we have an own sychronization mechanism.
+ // two, but we have an own synchronization mechanism.
RemoveProperty( o_rAggregateProperties, PROPERTY_IMAGE_URL );
RemoveProperty( o_rAggregateProperties, PROPERTY_GRAPHIC );
}
More information about the Libreoffice-commits
mailing list