diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-10-23 12:56:00 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-10-23 17:17:01 +0000 |
commit | 525311b0d6db11f247097fe76d1b2967966cf669 (patch) | |
tree | f1b6e1c427ba7134bad76151b0acfac90c252151 /include | |
parent | 40d39343cccff39e1f83c4553fda45478de577a9 (diff) |
Fix typos
Change-Id: Ib7b17f85c7b6a1937c3f6e1617ceec58074643b4
Reviewed-on: https://gerrit.libreoffice.org/30040
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/basegfx/polygon/b2dtrapezoid.hxx | 2 | ||||
-rw-r--r-- | include/comphelper/backupfilehelper.hxx | 2 | ||||
-rw-r--r-- | include/xmloff/xmlexp.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/polygon/b2dtrapezoid.hxx b/include/basegfx/polygon/b2dtrapezoid.hxx index e02636700219..d50772874709 100644 --- a/include/basegfx/polygon/b2dtrapezoid.hxx +++ b/include/basegfx/polygon/b2dtrapezoid.hxx @@ -97,7 +97,7 @@ namespace basegfx double fLineWidth); // create trapezoids for all edges of the given polygon. The closed state of - // the polygon is taken into account. If curves are contaned, the default + // the polygon is taken into account. If curves are contained, the default // AdaptiveSubdivision will be used. BASEGFX_DLLPUBLIC void createLineTrapezoidFromB2DPolygon( B2DTrapezoidVector& ro_Result, diff --git a/include/comphelper/backupfilehelper.hxx b/include/comphelper/backupfilehelper.hxx index 8d2161626af2..08572510e4b2 100644 --- a/include/comphelper/backupfilehelper.hxx +++ b/include/comphelper/backupfilehelper.hxx @@ -116,7 +116,7 @@ namespace comphelper static void reactOnSafeMode(bool bSafeMode); /** tries to create a new backup, if there is none yet, or if the - * last differs from the base file. It will then put a new verion + * last differs from the base file. It will then put a new version * on the 'stack' of copies and evtl. delete the oldest backup. * Also may cleanup older backups when NumBackups given in the * constructor has changed. diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx index 2c9ed6d20bc1..1ee7ba625178 100644 --- a/include/xmloff/xmlexp.hxx +++ b/include/xmloff/xmlexp.hxx @@ -661,7 +661,7 @@ public: SvXMLElementExport( SvXMLExport& rExp, const OUString& rQName, bool bIgnWSOutside, bool bIgnWSInside ); - // Thes constructors do nothing if bDoSomething is not set + // These constructors do nothing if bDoSomething is not set SvXMLElementExport( SvXMLExport& rExp, bool bDoSomething, sal_uInt16 nPrefix, enum ::xmloff::token::XMLTokenEnum eName, |