sw/qa/extras/ww8export/ww8export2.cxx | 2 +- sw/source/filter/ww8/attributeoutputbase.hxx | 2 +- sw/source/filter/ww8/ww8atr.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit ac9ea45444d96a8369a0ab9407b2868eee7d7548 Author: Andrea Gelmini <andrea.gelm...@gelma.net> Date: Fri Nov 10 00:42:59 2017 +0100 Fix typos Change-Id: I2b6f476122a1991b77e7831da225f7dc17d4061c Reviewed-on: https://gerrit.libreoffice.org/44570 Reviewed-by: Tamás Zolnai <tamas.zol...@collabora.com> Tested-by: Tamás Zolnai <tamas.zol...@collabora.com> diff --git a/sw/qa/extras/ww8export/ww8export2.cxx b/sw/qa/extras/ww8export/ww8export2.cxx index 0a3179d853c3..06005998f5f4 100644 --- a/sw/qa/extras/ww8export/ww8export2.cxx +++ b/sw/qa/extras/ww8export/ww8export2.cxx @@ -459,7 +459,7 @@ DECLARE_OOXMLEXPORT_TEST( testTableCrossReference, "table_cross_reference.odt" ) CPPUNIT_ASSERT_EQUAL(sal_Int16(0), nValue); break; } - // Above / bellow reference + // Above / below reference case 6: { CPPUNIT_ASSERT(xServiceInfo->supportsService("com.sun.star.text.TextField.GetReference")); diff --git a/sw/source/filter/ww8/attributeoutputbase.hxx b/sw/source/filter/ww8/attributeoutputbase.hxx index 347153d501d2..94ed269fa453 100644 --- a/sw/source/filter/ww8/attributeoutputbase.hxx +++ b/sw/source/filter/ww8/attributeoutputbase.hxx @@ -626,7 +626,7 @@ protected: virtual bool AnalyzeURL( const OUString& rUrl, const OUString& rTarget, OUString* pLinkURL, OUString* pMark ); - /// Insert a bookmark inside the currently processed parargaph. + /// Insert a bookmark inside the currently processed paragraph. virtual void WriteBookmarkInActParagraph( const OUString& rName, sal_Int32 nFirstRunPos, sal_Int32 nLastRunPos ) = 0; ww8::GridColsPtr GetGridCols( ww8::WW8TableNodeInfoInner::Pointer_t const & pTableTextNodeInfoInner ); diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx index cb7f1e734a84..9e7c114988e0 100644 --- a/sw/source/filter/ww8/ww8atr.cxx +++ b/sw/source/filter/ww8/ww8atr.cxx @@ -2007,7 +2007,7 @@ void AttributeOutputBase::GenerateBookmarksForSequenceField(const SwTextNode& rN // If we have a reference to the current sequence field if(pRefField->GetSeqNo() == nSeqFieldNumber && pRefField->GetSetRefName() == sObjectName) { - // Need to create a seperate run for separator character + // Need to create a separate run for separator character SwWW8AttrIter aLocalAttrIter( GetExport(), rNode ); // We need a local iterator having the right number of runs const OUString aText = rNode.GetText(); const sal_Int32 nCategoryStart = aText.indexOf(pRefField->GetSetRefName());
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits