From 9f27e5b0e0df0fafbd9e3ba32a5b740d3ffba975 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 19 Jul 2015 01:58:13 +0200 Subject: Fix typos Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c Reviewed-on: https://gerrit.libreoffice.org/17187 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- sw/source/core/docnode/ndtbl1.cxx | 2 +- sw/source/core/inc/anchoredobjectposition.hxx | 4 ++-- sw/source/filter/xml/xmltexti.cxx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sw') diff --git a/sw/source/core/docnode/ndtbl1.cxx b/sw/source/core/docnode/ndtbl1.cxx index 6913c1fbf417..578cd50ecee4 100644 --- a/sw/source/core/docnode/ndtbl1.cxx +++ b/sw/source/core/docnode/ndtbl1.cxx @@ -1283,7 +1283,7 @@ static sal_uInt16 lcl_CalcCellFit( const SwLayoutFrm *pCell ) * * That means that the Line has been "split" by other Cells due to the * two-dimensional representation used. Thus, we have to distribute the cell's - * default or minium value amongst the Cell it has been split by. + * default or minimum value amongst the Cell it has been split by. * * First, we collect the Columns (not the Column separators) which overlap * with the Cell. We then distribute the desired value according to the diff --git a/sw/source/core/inc/anchoredobjectposition.hxx b/sw/source/core/inc/anchoredobjectposition.hxx index ec9617aa769a..21f55e28e886 100644 --- a/sw/source/core/inc/anchoredobjectposition.hxx +++ b/sw/source/core/inc/anchoredobjectposition.hxx @@ -355,7 +355,7 @@ namespace objectpositioning input parameter - horizontal position of object @param _eRelOrient - inpt parameter - alignment of object + input parameter - alignment of object @param _rLRSpacing input parameter - left and right spacing of the object to the text @@ -401,7 +401,7 @@ namespace objectpositioning input parameter - horizontal position of object @param _eRelOrient - inpt parameter - alignment of object + input parameter - alignment of object @return boolean indicating, if object has to be drawn aside given fly frame. diff --git a/sw/source/filter/xml/xmltexti.cxx b/sw/source/filter/xml/xmltexti.cxx index 1b3f08d787c0..deaf437e6ca9 100644 --- a/sw/source/filter/xml/xmltexti.cxx +++ b/sw/source/filter/xml/xmltexti.cxx @@ -556,7 +556,7 @@ uno::Reference< XPropertySet > SwXMLTextImportHelper::createAndInsertOOoLink( &aTwipSize.Height(), &aTwipSize.Width() ); // We'll need a (valid) URL. If we don't have do not insert the link and return early. - // Copy URL into URL oject on the way. + // Copy URL into URL object on the way. INetURLObject aURLObj; bool bValidURL = !rHRef.isEmpty() && aURLObj.SetURL( URIHelper::SmartRel2Abs( @@ -689,7 +689,7 @@ uno::Reference< XPropertySet > SwXMLTextImportHelper::createAndInsertPlugin( lcl_putHeightAndWidth( aItemSet, nHeight, nWidth); // We'll need a (valid) URL, or we need a MIME type. If we don't have - // either, do not insert plugin and return early. Copy URL into URL oject + // either, do not insert plugin and return early. Copy URL into URL object // on the way. INetURLObject aURLObj; -- cgit