sw/source/filter/ww8/docxattributeoutput.cxx | 6 +++--- sw/source/filter/ww8/rtfattributeoutput.cxx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit d113fe774252ada99ddec3eeaef080cb67919aa3 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jan 23 16:34:12 2019 +0000 Commit: Jens Carl <j.car...@gmx.de> CommitDate: Thu Jan 24 06:45:45 2019 +0100 Fix typos Change-Id: I371d987884987fab8039c3329968f7a9282455f2 Reviewed-on: https://gerrit.libreoffice.org/66829 Tested-by: Jenkins Reviewed-by: Jens Carl <j.car...@gmx.de> diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index b1b915e1c447..67430375fb55 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -399,8 +399,8 @@ static void checkAndWriteFloatingTables(DocxAttributeOutput& rDocxAttributeOutpu void DocxAttributeOutput::StartParagraph( ww8::WW8TableNodeInfo::Pointer_t pTextNodeInfo ) { - // look ahead for floating tables that where put into a frame during import - // flaoting tables in shapes are not supported: exclude this case + // look ahead for floating tables that were put into a frame during import + // floating tables in shapes are not supported: exclude this case if (!pTextNodeInfo && !m_rExport.SdrExporter().IsDMLAndVMLDrawingOpen()) { checkAndWriteFloatingTables(*this); @@ -4239,7 +4239,7 @@ void DocxAttributeOutput::TableVerticalCell( ww8::WW8TableNodeInfoInner::Pointer void DocxAttributeOutput::TableNodeInfoInner( ww8::WW8TableNodeInfoInner::Pointer_t pNodeInfoInner ) { // This is called when the nested table ends in a cell, and there's no - // paragraph benhind that; so we must check for the ends of cell, rows, + // paragraph behind that; so we must check for the ends of cell, rows, // tables // ['true' to write an empty paragraph, MS Word insists on that] FinishTableRowCell( pNodeInfoInner, true ); diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx index 845ac653fd73..995a43bd0a9b 100644 --- a/sw/source/filter/ww8/rtfattributeoutput.cxx +++ b/sw/source/filter/ww8/rtfattributeoutput.cxx @@ -874,7 +874,7 @@ void RtfAttributeOutput::TableVerticalCell( void RtfAttributeOutput::TableNodeInfoInner(ww8::WW8TableNodeInfoInner::Pointer_t pNodeInfoInner) { // This is called when the nested table ends in a cell, and there's no - // paragraph benhind that; so we must check for the ends of cell, rows, + // paragraph behind that; so we must check for the ends of cell, rows, // and tables FinishTableRowCell(pNodeInfoInner); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits