[Libreoffice-commits] core.git: writerfilter/source
Andrea Gelmini
andrea.gelmini at gelma.net
Tue Oct 24 17:03:00 UTC 2017
writerfilter/source/dmapper/DomainMapper.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 073814d83e6c93d84004bb3927f1d40ed1e8ff3a
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Tue Oct 24 18:44:45 2017 +0200
Fix typo
Change-Id: I143e8df0e16ad921777b9caabde8e1c3f8bd61df
Reviewed-on: https://gerrit.libreoffice.org/43788
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/writerfilter/source/dmapper/DomainMapper.cxx b/writerfilter/source/dmapper/DomainMapper.cxx
index 2a831262e6de..4d034cab669a 100644
--- a/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/writerfilter/source/dmapper/DomainMapper.cxx
@@ -412,7 +412,7 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
uno::Any aContextualSpacingFromStyle = m_pImpl->GetPropertyFromStyleSheet(PROP_PARA_CONTEXT_MARGIN);
if (aContextualSpacingFromStyle.hasValue())
// Setting "after" spacing means Writer doesn't inherit
- // contexual spacing anymore from style, but Word does.
+ // contextual spacing anymore from style, but Word does.
m_pImpl->GetTopContext()->Insert(PROP_PARA_CONTEXT_MARGIN, aContextualSpacingFromStyle);
}
break;
More information about the Libreoffice-commits
mailing list