summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fusel.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 18:43:40 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 11:05:34 +0200
commit5e224c4223a1c0cc37314296da3d34c1f4cda9e4 (patch)
tree0ee498ef5339af13ddbc4416a01a8915c256b674 /sd/source/ui/func/fusel.cxx
parentfb9a5d891a1211da7746fe26061937ec491cbb71 (diff)
Fix typos
Change-Id: I32866c297c4df22cd8ad2f68bbadacea0042117e Reviewed-on: https://gerrit.libreoffice.org/77290 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/source/ui/func/fusel.cxx')
-rw-r--r--sd/source/ui/func/fusel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/func/fusel.cxx b/sd/source/ui/func/fusel.cxx
index bbfb1ab5f523..19fa3326e64c 100644
--- a/sd/source/ui/func/fusel.cxx
+++ b/sd/source/ui/func/fusel.cxx
@@ -784,7 +784,7 @@ bool FuSelection::MouseButtonUp(const MouseEvent& rMEvt)
{
if( rMEvt.IsRight() )
{
- // In watering-can mode, on press onto right mouse button, a undo is executed
+ // In watering-can mode, on press onto right mouse button, an undo is executed
mpViewShell->GetViewFrame()->GetDispatcher()->Execute( SID_UNDO, SfxCallMode::ASYNCHRON );
}
else if (pWaterCanCandidate != nullptr)
@@ -1274,7 +1274,7 @@ bool FuSelection::HandleImageMapClick(SdrObject* pObj, const Point& rPos)
This is used when a function gets a KEY_ESCAPE but can also
be called directly.
- @returns true if a active function was aborted
+ @returns true if an active function was aborted
*/
bool FuSelection::cancel()
{