summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorChris Laplante <mostthingsweb@gmail.com>2014-05-14 14:15:38 -0400
committerThomas Arnhold <thomas@arnhold.org>2014-05-17 12:38:38 +0000
commit3c1e30b77df4f34c4954bff37a08439ace7f2434 (patch)
treea5231657e37e3b2efb2ba438c43561bf5f27649c /writerfilter
parentf62de9113a4866f7152acbe0e8221c594b7a7b68 (diff)
Correct common misspellings, and remove some ASCII art along the way.
Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c Reviewed-on: https://gerrit.libreoffice.org/9356 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/dmapper/DomainMapper.cxx4
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/writerfilter/source/dmapper/DomainMapper.cxx b/writerfilter/source/dmapper/DomainMapper.cxx
index 3dfb3927cc50..ec3ee348b8cd 100644
--- a/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/writerfilter/source/dmapper/DomainMapper.cxx
@@ -715,7 +715,7 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
{
// HACK: This is for bnc#780851, where a table has one cell that has w:framePr,
// which causes that paragraph to be converted to a text frame, and the original
- // paragraph object no longer exists, which makes table creation fail and futhermore
+ // paragraph object no longer exists, which makes table creation fail and furthermore
// it would be missing in the table layout anyway. So actually no letting that paragraph
// be a text frame "fixes" it. I'm not sure what "inline" is supposed to mean in practice
// anyway, so as long as this doesn't cause trouble elsewhere ...
@@ -1571,7 +1571,7 @@ void DomainMapper::sprmWithProps( Sprm& rSprm, PropertyMapPtr rContext )
if(pSectionContext)
{
// Ignore continuous section break at the end of the document, if the previous section had the same type as well
- // It makes the importer loose margin settings with no benefit
+ // It makes the importer lose margin settings with no benefit
SectionPropertyMap* pLastContext = m_pImpl->GetLastSectionContext();
int nPrevBreakType = 0;
bool bHasPrevSection = false;
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index f62827e4a734..6b31a1cdf331 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -922,7 +922,7 @@ int RTFDocumentImpl::resolvePict(bool bInline)
if (!m_aStates.top().pCurrentBuffer)
{
Mapper().props(pProperties);
- // Make sure we don't loose these properties with a too early reset.
+ // Make sure we don't lose these properties with a too early reset.
m_bHadPicture = true;
}
else