diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-10-24 18:44:45 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-10-24 19:02:38 +0200 |
commit | 073814d83e6c93d84004bb3927f1d40ed1e8ff3a (patch) | |
tree | 42fe0e78d5f1b7e49b7d5a45323d1a9e6cb9de00 | |
parent | c8adea5b140c66a8127e5f7b73a22d059b8aa302 (diff) |
Fix typo
Change-Id: I143e8df0e16ad921777b9caabde8e1c3f8bd61df
Reviewed-on: https://gerrit.libreoffice.org/43788
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | writerfilter/source/dmapper/DomainMapper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |