From 3f9ebde73ae1e281ab2900593a02b241b7c56ea2 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 7 Feb 2021 21:54:48 +0100 Subject: 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 --- sw/inc/fesh.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc') 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 (); -- cgit