summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-16 14:17:03 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-16 23:00:02 +0100
commit167063a6835cc1f067457d39a07c360273ac8199 (patch)
treea46a3188019a32456a7a12daa3930a2cfee6925b
parentda81ec6862490a87bc240edb81c0a9b5fd04a1b3 (diff)
Fix typos
Change-Id: Iedb99e41887ebfd6fa290bc113b473c5cc9693b4 Reviewed-on: https://gerrit.libreoffice.org/46600 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--svgio/source/svgreader/svgstyleattributes.cxx2
-rw-r--r--sw/inc/fesh.hxx2
-rw-r--r--sw/source/core/frmedt/feshview.cxx2
-rw-r--r--vcl/inc/unx/fontmanager.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/svgio/source/svgreader/svgstyleattributes.cxx b/svgio/source/svgreader/svgstyleattributes.cxx
index b080e7e97f71..75945a0be2db 100644
--- a/svgio/source/svgreader/svgstyleattributes.cxx
+++ b/svgio/source/svgreader/svgstyleattributes.cxx
@@ -997,7 +997,7 @@ namespace svgio
// in the polygon to find tangents unequal to zero, skipping empty edges
// see basegfx descriptions)
// Hint: Mozilla, Inkscape and others use only leaving tangent for start marker
- // and entering tangent for end marker. To achieve this (if wanted) it is possibe
+ // and entering tangent for end marker. To achieve this (if wanted) it is possible
// to make the fetch of aEntering/aLeaving dependent on bIsFirstMarker/bIsLastMarker.
// This is not done here, see comment 14 in task #1232379#
// or http://www.w3.org/TR/SVG/painting.html#OrientAttribute
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index 9756cd9321ae..5149bb478a27 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -505,7 +505,7 @@ public:
// Start cropping the selected image
void StartCropImage();
- // RotGrfFlyFrame: check if RotationMode is possibe
+ // RotGrfFlyFrame: check if RotationMode is possible
bool IsRotationOfSwGrfNodePossible() const;
size_t IsObjSelected() const; ///< @return object count, but doesn't count the objects in groups.
diff --git a/sw/source/core/frmedt/feshview.cxx b/sw/source/core/frmedt/feshview.cxx
index 8f6e3ef357b9..4ab50d4ab383 100644
--- a/sw/source/core/frmedt/feshview.cxx
+++ b/sw/source/core/frmedt/feshview.cxx
@@ -1165,7 +1165,7 @@ bool SwFEShell::IsObjSelected( const SdrObject& rObj ) const
bool SwFEShell::IsRotationOfSwGrfNodePossible() const
{
- // RotGrfFlyFrame: check if RotationMode is possibe
+ // RotGrfFlyFrame: check if RotationMode is possible
const SdrView *pSdrView = Imp()->GetDrawView();
if(pSdrView)
diff --git a/vcl/inc/unx/fontmanager.hxx b/vcl/inc/unx/fontmanager.hxx
index 03d033e8c7e0..962f3186fbfb 100644
--- a/vcl/inc/unx/fontmanager.hxx
+++ b/vcl/inc/unx/fontmanager.hxx
@@ -287,7 +287,7 @@ public:
<p>
<code>matchFont</code> matches a pattern of font characteristics
- and returns the closest match if possibe. If a match was found
+ and returns the closest match if possible. If a match was found
the <code>FastPrintFontInfo</code> passed in as parameter
will be update to the found matching font.
</p>