summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-14 13:42:52 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-14 16:40:13 +0100
commit866fc4ddd3145f08d9cf2bce3cba7e3844c4f76d (patch)
treec7fe4c64765fe8e9cbac5b3df5045a0f6d71206a /sw/source/filter/ww8
parenta452643b431803b613919871abf1a81de6de3464 (diff)
Fix typos
Change-Id: Icc5fc590a6a90e30afa5f61028d4dd0279fbe120 Reviewed-on: https://gerrit.libreoffice.org/47861 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/filter/ww8')
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index 8bde2be39ada..9f7ce8cc1547 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -307,7 +307,7 @@ void DocxAttributeOutput::StartParagraph( ww8::WW8TableNodeInfo::Pointer_t pText
bool bOneliner = m_bStartedParaSdt && !m_rExport.SdrExporter().IsDMLAndVMLDrawingOpen() && lcl_isOnelinerSdt(m_aStartedParagraphSdtPrAlias);
if (bEndParaSdt || (m_bStartedParaSdt && m_bHadSectPr) || bOneliner)
{
- // This is the common case: "close sdt before the current paragraph" was requrested by the next paragraph.
+ // This is the common case: "close sdt before the current paragraph" was requested by the next paragraph.
EndSdtBlock();
m_bStartedParaSdt = false;
m_aStartedParagraphSdtPrAlias.clear();
@@ -1149,7 +1149,7 @@ void DocxAttributeOutput::EndRun(const SwTextNode* pNode, sal_Int32 nPos, bool /
if (m_bEndCharSdt)
{
- // This is the common case: "close sdt before the current run" was requrested by the next run.
+ // This is the common case: "close sdt before the current run" was requested by the next run.
// if another sdt starts in this run, then wait
// as closing the sdt now, might cause nesting of sdts