summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-26 22:49:55 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-27 09:15:00 +0200
commit8a2136443929ac0215b3aa4008de272b6d576050 (patch)
treec051ecf77e96ac23586da3585f0fec73cf603c21
parent6ad28942656ad6e707ffba5b64013af87b37aebf (diff)
Fix typos
Change-Id: Ieebf8bc3051d1f6b99cf72629aa411e27de21640 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101403 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--filter/qa/complex/filter/detection/typeDetection/Helper.java2
-rw-r--r--filter/source/xslt/export/spreadsheetml/table.xsl4
-rw-r--r--filter/source/xslt/odf2xhtml/export/common/table/table_cells.xsl2
-rw-r--r--slideshow/source/engine/slideview.cxx2
-rw-r--r--slideshow/source/engine/tools.cxx2
-rw-r--r--slideshow/source/engine/transitions/slidechangebase.cxx2
-rw-r--r--svgio/source/svgreader/svgsvgnode.cxx4
-rw-r--r--sw/inc/IDocumentSettingAccess.hxx8
-rw-r--r--sw/source/core/layout/dbg_lay.cxx2
-rw-r--r--vcl/source/filter/jpeg/transupp.c2
-rw-r--r--xmloff/source/draw/animationexport.cxx2
-rw-r--r--xmloff/source/transform/PropertyActionsOASIS.cxx2
12 files changed, 17 insertions, 17 deletions
diff --git a/filter/qa/complex/filter/detection/typeDetection/Helper.java b/filter/qa/complex/filter/detection/typeDetection/Helper.java
index d74105590144..23eb07fc48bf 100644
--- a/filter/qa/complex/filter/detection/typeDetection/Helper.java
+++ b/filter/qa/complex/filter/detection/typeDetection/Helper.java
@@ -365,7 +365,7 @@ public class Helper {
/**
* Fills the Hashtable m_hFileURLs with all file names and their URL
- * and the Hashtable m_hFilesTypes with all file names and their file
+ * and the Hashtable m_hFileTypes with all file names and their file
* type name. This information is extracted from "files.csv"
* This is for faster access to get fileURL and fileType of fileAlias
*/
diff --git a/filter/source/xslt/export/spreadsheetml/table.xsl b/filter/source/xslt/export/spreadsheetml/table.xsl
index 1c2c13809554..f1a563596b37 100644
--- a/filter/source/xslt/export/spreadsheetml/table.xsl
+++ b/filter/source/xslt/export/spreadsheetml/table.xsl
@@ -269,7 +269,7 @@
<xsl:variable name="rowCountHalf" select="floor($rowCount div 2)"/>
<xsl:variable name="rowNodesSetA" select="$rowNodes[position() &lt;= $rowCountHalf]"/>
<xsl:variable name="rowNodesSetB" select="$rowNodes[position() &gt; $rowCountHalf]"/>
- <!-- to keep track of the rownumber, the repeteated rows have to kept into accounts -->
+ <!-- to keep track of the rownumber, the repeated rows have to kept into accounts -->
<xsl:variable name="rowsCreatedByRepetition">
<xsl:choose>
<xsl:when test="$rowNodesSetA/@table:number-rows-repeated">
@@ -465,7 +465,7 @@
<xsl:template name="table:table-cell" match="table:table-cell">
<xsl:param name="calculatedCellPosition" select="1" /><!-- the later table position of the current cell -->
<xsl:param name="calculatedRowPosition" /><!-- the later table position of the current row -->
- <xsl:param name="setIndex" select="false()" /> <!-- if not '0' @ss:Index used for neglecting repeteated empty cells -->
+ <xsl:param name="setIndex" select="false()" /> <!-- if not '0' @ss:Index used for neglecting repeated empty cells -->
<xsl:param name="repetition" select="@table:number-columns-repeated" /> <!-- used for explicit written out cells -->
<xsl:param name="repetitionCellPosition" select="$calculatedCellPosition" /><!-- during repetition formula needs exact cell positioning -->
<xsl:param name="nextMatchedCellPosition"><!-- the later table position of the next cell -->
diff --git a/filter/source/xslt/odf2xhtml/export/common/table/table_cells.xsl b/filter/source/xslt/odf2xhtml/export/common/table/table_cells.xsl
index 53a649f357e9..3c884138b74d 100644
--- a/filter/source/xslt/odf2xhtml/export/common/table/table_cells.xsl
+++ b/filter/source/xslt/odf2xhtml/export/common/table/table_cells.xsl
@@ -69,7 +69,7 @@
to get the adequate column styles during later cell creation,
or hiding the cell when @table:visibility is not set to 'visible'.
- The position is archieved by adding up all table:number-columns-repeated of the preceding cells.
+ The position is archived by adding up all table:number-columns-repeated of the preceding cells.
Step1: creating '$precedingCells/quantity/@table:number-columns-repeated').
Step2: sum(xxx:nodeset($precedingCells)/quantity) + 1 -->
<xsl:variable name="precedingCells">
diff --git a/slideshow/source/engine/slideview.cxx b/slideshow/source/engine/slideview.cxx
index 979ab06424fa..013e089a065c 100644
--- a/slideshow/source/engine/slideview.cxx
+++ b/slideshow/source/engine/slideview.cxx
@@ -157,7 +157,7 @@ void clearRect( ::cppcanvas::CanvasSharedPtr const& pCanvas,
pCanvas->setClip( aClipPoly );
}
- // set transformation to identitiy (->device pixel)
+ // set transformation to identity (->device pixel)
pCanvas->setTransformation( ::basegfx::B2DHomMatrix() );
// #i42440# Fill the _full_ background in
diff --git a/slideshow/source/engine/tools.cxx b/slideshow/source/engine/tools.cxx
index 1fbb673ff61e..3de893ae9ee0 100644
--- a/slideshow/source/engine/tools.cxx
+++ b/slideshow/source/engine/tools.cxx
@@ -674,7 +674,7 @@ namespace slideshow::internal
{
::cppcanvas::CanvasSharedPtr pCanvas( rCanvas->clone() );
- // set transformation to identitiy (->device pixel)
+ // set transformation to identity (->device pixel)
pCanvas->setTransformation( ::basegfx::B2DHomMatrix() );
// #i42440# Fill the _full_ background in
diff --git a/slideshow/source/engine/transitions/slidechangebase.cxx b/slideshow/source/engine/transitions/slidechangebase.cxx
index bee40c9480aa..460f53cf4090 100644
--- a/slideshow/source/engine/transitions/slidechangebase.cxx
+++ b/slideshow/source/engine/transitions/slidechangebase.cxx
@@ -114,7 +114,7 @@ SlideBitmapSharedPtr SlideChangeBase::createBitmap( const UnoViewSharedPtr&
"SlideChangeBase::createBitmap(): "
"Cannot create page bitmap canvas" );
- // set transformation to identitiy (->device pixel)
+ // set transformation to identity (->device pixel)
pBitmapCanvas->setTransformation( ::basegfx::B2DHomMatrix() );
// clear bitmap to black
diff --git a/svgio/source/svgreader/svgsvgnode.cxx b/svgio/source/svgreader/svgsvgnode.cxx
index d462e8001f57..65a1d09b8bdf 100644
--- a/svgio/source/svgreader/svgsvgnode.cxx
+++ b/svgio/source/svgreader/svgsvgnode.cxx
@@ -426,7 +426,7 @@ namespace svgio::svgreader
else
{
// create mapping
- // #i122610 SVG 1.1 defines in section 5.1.2 that if the attribute perserveAspectRatio is not specified,
+ // #i122610 SVG 1.1 defines in section 5.1.2 that if the attribute preserveAspectRatio is not specified,
// then the effect is as if a value of 'xMidYMid meet' were specified.
SvgAspectRatio aRatioDefault(Align_xMidYMid,true);
const SvgAspectRatio& rRatio = getSvgAspectRatio().isSet()? getSvgAspectRatio() : aRatioDefault;
@@ -560,7 +560,7 @@ namespace svgio::svgreader
if (bNeedsMapping)
{
// create mapping
- // SVG 1.1 defines in section 5.1.2 that if the attribute perserveAspectRatio is not specified,
+ // SVG 1.1 defines in section 5.1.2 that if the attribute preserveAspectRatio is not specified,
// then the effect is as if a value of 'xMidYMid meet' were specified.
SvgAspectRatio aRatioDefault(Align_xMidYMid,true);
const SvgAspectRatio& rRatio = getSvgAspectRatio().isSet()? getSvgAspectRatio() : aRatioDefault;
diff --git a/sw/inc/IDocumentSettingAccess.hxx b/sw/inc/IDocumentSettingAccess.hxx
index cbf8dbf2ff99..2f514bdcc62d 100644
--- a/sw/inc/IDocumentSettingAccess.hxx
+++ b/sw/inc/IDocumentSettingAccess.hxx
@@ -228,19 +228,19 @@ enum class DocumentSettingId
*/
virtual void setCharacterCompressionType( /*[in]*/CharCompressType nType ) = 0;
- /** Get the n32DummyCompatabilityOptions1
+ /** Get the n32DummyCompatibilityOptions1
*/
virtual sal_uInt32 Getn32DummyCompatibilityOptions1() const = 0;
- /** Set the n32DummyCompatabilityOptions1
+ /** Set the n32DummyCompatibilityOptions1
*/
virtual void Setn32DummyCompatibilityOptions1( const sal_uInt32 CompatibilityOptions1 ) = 0;
- /** Get the n32DummyCompatabilityOptions2
+ /** Get the n32DummyCompatibilityOptions2
*/
virtual sal_uInt32 Getn32DummyCompatibilityOptions2() const = 0;
- /** Set the n32DummyCompatabilityOptions2
+ /** Set the n32DummyCompatibilityOptions2
*/
virtual void Setn32DummyCompatibilityOptions2( const sal_uInt32 CompatibilityOptions2 ) = 0;
diff --git a/sw/source/core/layout/dbg_lay.cxx b/sw/source/core/layout/dbg_lay.cxx
index 0e6a19aadbbe..506e2960895a 100644
--- a/sw/source/core/layout/dbg_lay.cxx
+++ b/sw/source/core/layout/dbg_lay.cxx
@@ -153,7 +153,7 @@ public:
};
/* Through the PROTOCOL_ENTER macro a SwEnterLeave object gets created. If the
- * current function should be logged a SwImplEnterLeace object gets created.
+ * current function should be logged as SwImplEnterLeace object gets created.
* The funny thing here is, that the Ctor of the Impl object is automatically
* called at the beginning of the function and the Dtor is automatically called
* when leaving the function. In the base implementation the Ctor calls only
diff --git a/vcl/source/filter/jpeg/transupp.c b/vcl/source/filter/jpeg/transupp.c
index a81445812fef..68ea3620a2f9 100644
--- a/vcl/source/filter/jpeg/transupp.c
+++ b/vcl/source/filter/jpeg/transupp.c
@@ -1286,7 +1286,7 @@ jtransform_adjust_parameters (j_decompress_ptr srcinfo,
if (info->force_grayscale) {
/* First, ensure we have YCbCr or grayscale data, and that the source's
* Y channel is full resolution. (No reasonable person would make Y
- * be less than full resolution, so actually coping with that case
+ * be less than full resolution, so actually copying with that case
* isn't worth extra code space. But we check it to avoid crashing.)
*/
if (((dstinfo->jpeg_color_space == JCS_YCbCr &&
diff --git a/xmloff/source/draw/animationexport.cxx b/xmloff/source/draw/animationexport.cxx
index af0ea3828eb1..5f8f0ca2797b 100644
--- a/xmloff/source/draw/animationexport.cxx
+++ b/xmloff/source/draw/animationexport.cxx
@@ -1344,7 +1344,7 @@ void AnimationsExporterImpl::exportAnimate( const Reference< XAnimate >& xAnimat
break;
}
- if( eElementToken == XML_ANIMATEPHYSICS ) // not a standart should use the extension namespace
+ if( eElementToken == XML_ANIMATEPHYSICS ) // not a standard should use the extension namespace
{
SvXMLElementExport aElement( *mxExport, XML_NAMESPACE_LO_EXT, eElementToken, true, true );
}
diff --git a/xmloff/source/transform/PropertyActionsOASIS.cxx b/xmloff/source/transform/PropertyActionsOASIS.cxx
index d47150b1979f..8860f3d22fa9 100644
--- a/xmloff/source/transform/PropertyActionsOASIS.cxx
+++ b/xmloff/source/transform/PropertyActionsOASIS.cxx
@@ -103,7 +103,7 @@ XMLTransformerActionInit const aGraphicPropertyOASISAttrActionTable[] =
NO_PARAMS },
{ XML_NAMESPACE_FO, XML_CLIP, XML_ATACTION_INS2INCHS,
NO_PARAMS }, /* generated entry */
-// { XML_NAMESPACE_STYLE, XML_WRAP_DYNAMIC_TRESHOLD, XML_ATACTION_REMOVE,
+// { XML_NAMESPACE_STYLE, XML_WRAP_DYNAMIC_THRESHOLD, XML_ATACTION_REMOVE,
// NO_PARAMS }, /* generated entry */ // TODO
{ XML_NAMESPACE_DRAW, XML_VISIBLE_AREA_LEFT, XML_ATACTION_IN2INCH,
NO_PARAMS }, /* generated entry */