summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-17 00:31:43 +0100
committerMichael Stahl <mstahl@redhat.com>2018-01-17 12:06:11 +0100
commitc66fe94d3e9cc1394dd4b569a3d8f374208a729b (patch)
tree2c5a681c0903755e492de63c4f41c9c5d844ee8c /writerfilter
parente7544e2297a7411f5cf724d12566c6a1610866b6 (diff)
Fix typos
Change-Id: I5fff9ccb1bc74b85ee378439ffa2272583ffcb0f Reviewed-on: https://gerrit.libreoffice.org/48024 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/dmapper/DomainMapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/DomainMapper.cxx b/writerfilter/source/dmapper/DomainMapper.cxx
index 2d56bd9a449b..32945c9d6bb4 100644
--- a/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/writerfilter/source/dmapper/DomainMapper.cxx
@@ -2705,7 +2705,7 @@ void DomainMapper::sprmWithProps( Sprm& rSprm, const PropertyMapPtr& rContext )
break;
case NS_ooxml::LN_CT_SdtPr_rPr:
{
- // Make sure properties from a pervious SDT are not merged with the current ones.
+ // Make sure properties from a previous SDT are not merged with the current ones.
m_pImpl->m_pSdtHelper->getInteropGrabBagAndClear();
}
break;