diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-14 12:13:46 +0100 |
---|---|---|
committer | Mark Page <aptitude@btconnect.com> | 2017-11-14 14:55:12 +0100 |
commit | 4598e59cfb4c504719c7a8c78021ac47a5d671f5 (patch) | |
tree | fffdf1c6fa33d4466841c9732bbe86e2aee0d806 /sd/source | |
parent | e4e4097a95cc66785d5828f05dd43cb0cc98b845 (diff) |
Fix typos
Change-Id: Id8df807bb96e036f0cef07cd1095b2d3336efe36
Reviewed-on: https://gerrit.libreoffice.org/44711
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mark Page <aptitude@btconnect.com>
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/annotations/annotationtag.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/annotations/annotationtag.cxx b/sd/source/ui/annotations/annotationtag.cxx index d1adeefb4505..68d2f165c147 100644 --- a/sd/source/ui/annotations/annotationtag.cxx +++ b/sd/source/ui/annotations/annotationtag.cxx @@ -641,7 +641,7 @@ IMPL_LINK(AnnotationTag, WindowEventHandler, VclWindowEvent&, rEvent, void) break; case VclEventId::WindowMouseMove: { - // if we move the mouse after a button down we wan't to start draging + // if we move the mouse after a button down we want to start dragging mpListenWindow->RemoveEventListener( LINK(this, AnnotationTag, WindowEventHandler)); mpListenWindow = nullptr; |