summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-02-07 21:54:48 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-02-11 18:12:12 +0100
commit3f9ebde73ae1e281ab2900593a02b241b7c56ea2 (patch)
treecc6a0d75e717b68a372ac281d65d07a3226bc0c5 /sw/inc
parent4df3c48ea7603296b886fbc17e337b1d345d5d2f (diff)
Fix typo
Expanding this: https://gerrit.libreoffice.org/c/core/+/110515 Change-Id: I9abe586eac24a4f5ceb26c16440907f96a871594 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110543 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/fesh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index 95eb809aebfa..d9d46682a155 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -536,7 +536,7 @@ public:
bool IsDrawCreate() const;
void CreateDefaultShape(SdrObjKind eSdrObjectKind, const tools::Rectangle& rRect, sal_uInt16 nSlotId);
- /// Functions for Rubberbox, ti select Draw-Objects
+ /// Functions for Rubberbox, it selects Draw-Objects
bool BeginMark( const Point &rPos );
void MoveMark ( const Point &rPos );
bool EndMark ();