Fix typos
Change-Id: I4a718b73adcfa0871b94dde92c047593640350a4 Reviewed-on: https://gerrit.libreoffice.org/62458 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
This commit is contained in:
parent
fd855967e0
commit
8522572cdd
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ $(eval $(call gb_Package_Package,extras_personas,$(SRCDIR)/extras/source/gallery
|
|||
$(call gb_Package_get_clean_target,extras_personas):
|
||||
rm -rf $(INSTROOT)/$(LIBO_SHARE_FOLDER)/gallery/personas
|
||||
|
||||
# TODO: generate this, and potentiallly make labels translatable
|
||||
# TODO: generate this, and potentially make labels translatable
|
||||
$(eval $(call gb_Package_add_files,extras_personas,$(LIBO_SHARE_FOLDER)/gallery/personas,\
|
||||
personas_list.txt \
|
||||
))
|
||||
|
|
|
@ -382,7 +382,7 @@ void AlgAtom::layoutShape( const ShapePtr& rShape,
|
|||
if (nIncY == -1)
|
||||
aCurrPos.Y = rShape->getSize().Height - aChildSize.Height;
|
||||
|
||||
// Find out which contraint is relevant for which (internal) name.
|
||||
// Find out which constraint is relevant for which (internal) name.
|
||||
LayoutPropertyMap aProperties;
|
||||
for (const auto& rConstraint : rConstraints)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue