diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:28:38 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:30 +0200 |
commit | e4181d9a0a4eefad49703b32bb79531bccfc035b (patch) | |
tree | 462e2b5522d3608364434d6c964e6c368ce5254f /forms | |
parent | aa0493be8cbbc3025e1dd2d005c54f519c864bcc (diff) |
typo: ULR -> URL
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/ImageControl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/ImageControl.cxx b/forms/source/component/ImageControl.cxx index cfafdbb633ec..a1a99ced0a56 100644 --- a/forms/source/component/ImageControl.cxx +++ b/forms/source/component/ImageControl.cxx @@ -346,7 +346,7 @@ void OImageControlModel::describeFixedProperties( Sequence< Property >& _rProps void OImageControlModel::describeAggregateProperties( Sequence< Property >& /* [out] */ o_rAggregateProperties ) const { OBoundControlModel::describeAggregateProperties( o_rAggregateProperties ); - // remove ImageULR and Graphic properties, we "overload" them. This is because our aggregate synchronizes those + // remove ImageURL and Graphic properties, we "overload" them. This is because our aggregate synchronizes those // two, but we have an own sychronization mechanism. RemoveProperty( o_rAggregateProperties, PROPERTY_IMAGE_URL ); RemoveProperty( o_rAggregateProperties, PROPERTY_GRAPHIC ); |