summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>