summaryrefslogtreecommitdiff
path: root/svx/source/svdraw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-04-01 01:32:53 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-04-01 08:41:51 +0200
commit97b3584196916dd2cdc385f0c6054f6927fa9f17 (patch)
tree62a7b81f05b1aea829565cd0d3657572d27e691e /svx/source/svdraw
parent08f4063fb0ea86ea5b36dbd5115783dd33bf37c2 (diff)
Fix typo
Change-Id: Ie9492b3e76d3a425269cf281d426040df896d8cb Reviewed-on: https://gerrit.libreoffice.org/52195 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source/svdraw')
-rw-r--r--svx/source/svdraw/svdview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdview.cxx b/svx/source/svdraw/svdview.cxx
index 1d44319efe5b..db460ea89d45 100644
--- a/svx/source/svdraw/svdview.cxx
+++ b/svx/source/svdraw/svdview.cxx
@@ -384,7 +384,7 @@ SdrHitKind SdrView::PickAnything(const Point& rLogicPos, SdrViewEvent& rVEvt) co
// 'check for URL field' to be executed, else popups
// for e.g. URL links when hoovering and clicking
// them will not work. Tried several other changes,
- // but this oje safely keeps existing behaviour as-is.
+ // but this one safely keeps existing behaviour as-is.
eHit = SdrHitKind::UnmarkedObject;
break;
default: