summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-19 01:58:13 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-07-19 19:45:07 +0000
commit9f27e5b0e0df0fafbd9e3ba32a5b740d3ffba975 (patch)
tree7d6d8d0e5ca167afdd5530f6862e70669537d3e3 /sw
parent1721236b5b3fad5660495d638f7cdf6abfcb7a47 (diff)
Fix typos
Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c Reviewed-on: https://gerrit.libreoffice.org/17187 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/docnode/ndtbl1.cxx2
-rw-r--r--sw/source/core/inc/anchoredobjectposition.hxx4
-rw-r--r--sw/source/filter/xml/xmltexti.cxx4
3 files changed, 5 insertions, 5 deletions
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;