summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-02 18:56:25 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-03 00:01:50 +0200
commit3b28713ef82829fd1958d1ecf8c29b7391af78f5 (patch)
tree284d9bc97215b73f3ac25c1b25e33a5ef237ebdb /include
parent5a9bdcbb0dfd6f149d243cd69e158aa3ad70dd91 (diff)
Fix typos
Change-Id: I5c95e180681220fc592400435d90e4d46603d41c Reviewed-on: https://gerrit.libreoffice.org/76883 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdobj.hxx4
-rw-r--r--include/svx/svdoedge.hxx4
-rw-r--r--include/svx/svdpagv.hxx2
3 files changed, 5 insertions, 5 deletions
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx
index 901d6b1caed1..36f29f9d9fcf 100644
--- a/include/svx/svdobj.hxx
+++ b/include/svx/svdobj.hxx
@@ -470,7 +470,7 @@ public:
// set modified-flag in the model
virtual void SetChanged();
- // Tooling for painting a single object to a OutputDevice. This will be needed as long
+ // Tooling for painting a single object to an OutputDevice. This will be needed as long
// as not all painting is changed to use DrawContact objects.
void SingleObjectPainter(OutputDevice& rOut) const;
bool LineGeometryUsageIsNecessary() const;
@@ -627,7 +627,7 @@ public:
// (e.g. polygons, polylines, lines)
// The points of those objects are selected (if necessary multiselection),
// deleted, inserted, or as a multiselection moved or rotated...
- // Only such objects can have PlusHandles (e.g. the weights of an Bezier curve).
+ // Only such objects can have PlusHandles (e.g. the weights of a Bezier curve).
virtual bool IsPolyObj() const;
virtual sal_uInt32 GetPointCount() const;
virtual Point GetPoint(sal_uInt32 i) const;
diff --git a/include/svx/svdoedge.hxx b/include/svx/svdoedge.hxx
index c07a69adbbb2..16127d914ec8 100644
--- a/include/svx/svdoedge.hxx
+++ b/include/svx/svdoedge.hxx
@@ -88,7 +88,7 @@ public:
long nAngle2; // exit angle at Obj2
sal_uInt16 nObj1Lines; // 1..3
sal_uInt16 nObj2Lines; // 1..3
- sal_uInt16 nMiddleLine; // 0xFFFF=none, otherwiese point number of the beginning of the line
+ sal_uInt16 nMiddleLine; // 0xFFFF=none, otherwise point number of the beginning of the line
public:
SdrEdgeInfoRec()
@@ -288,7 +288,7 @@ public:
// for geometry access
::basegfx::B2DPolygon getEdgeTrack() const;
- // helper method for SdrDragMethod::AddConnectorOverlays. Adds a overlay polygon for
+ // helper method for SdrDragMethod::AddConnectorOverlays. Adds an overlay polygon for
// this connector to rResult.
basegfx::B2DPolygon ImplAddConnectorOverlay(SdrDragMethod& rDragMethod, bool bTail1, bool bTail2, bool bDetail) const;
};
diff --git a/include/svx/svdpagv.hxx b/include/svx/svdpagv.hxx
index 79e5bbef684a..fe5884b33809 100644
--- a/include/svx/svdpagv.hxx
+++ b/include/svx/svdpagv.hxx
@@ -147,7 +147,7 @@ public:
css::uno::Reference< css::awt::XControlContainer >
GetControlContainer( const OutputDevice& _rDevice ) const;
- /// Sets all elements in the view which support a design and a alive mode into the given mode
+ /// Sets all elements in the view which support a design and an alive mode into the given mode
void SetDesignMode( bool _bDesignMode ) const;
bool IsVisible() const { return mbVisible; }