From d271e5fd87dc11512f4be244bf6e7eea1769c62e Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 3 Feb 2014 13:16:24 +0100 Subject: writerfilter: continous -> continuous Change-Id: Ie36ac366af0563485b2d937903a63a9b3aca8931 --- writerfilter/source/rtftok/rtfdocumentimpl.cxx | 2 +- writerfilter/source/rtftok/rtfdocumentimpl.hxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx index e42f9d0a1571..4ba2ea3f91a2 100644 --- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx +++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx @@ -2004,7 +2004,7 @@ int RTFDocumentImpl::dispatchSymbol(RTFKeyword nKeyword) break; case RTF_PAGE: { - // If we're inside a continous section, we should send a section break, not a page one. + // If we're inside a continuous section, we should send a section break, not a page one. RTFValue::Pointer_t pBreak = m_aStates.top().aSectionSprms.find(NS_sprm::LN_SBkc); // Unless we're on a title page. RTFValue::Pointer_t pTitlePg = m_aStates.top().aSectionSprms.find(NS_ooxml::LN_EG_SectPrContents_titlePg); diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.hxx b/writerfilter/source/rtftok/rtfdocumentimpl.hxx index c7e5a21d4696..2c213d452648 100644 --- a/writerfilter/source/rtftok/rtfdocumentimpl.hxx +++ b/writerfilter/source/rtftok/rtfdocumentimpl.hxx @@ -384,7 +384,7 @@ namespace writerfilter { bool m_bSkipUnknown; /// Font index <-> encoding map, *not* part of the parser state std::map m_aFontEncodings; - /// Maps the non-continious font indexes to the continous dmapper indexes. + /// Maps the non-continious font indexes to the continuous dmapper indexes. std::vector m_aFontIndexes; /// Maps style indexes to style names. std::map m_aStyleNames; @@ -464,7 +464,7 @@ namespace writerfilter { oox::formulaimport::XmlStreamBuilder m_aMathBuffer; /// Normal text property, that is math italic and math spacing are not applied to the current run. bool m_bMathNor; - /// If the next continous section break should be ignored. + /// If the next continuous section break should be ignored. bool m_bIgnoreNextContSectBreak; /// If a section break is needed before the end of the doc (false right after a section break). bool m_bNeedSect; -- cgit