svx/source/svdraw/svdview.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 97b3584196916dd2cdc385f0c6054f6927fa9f17 Author: Andrea Gelmini <[email protected]> Date: Sun Apr 1 01:32:53 2018 +0200 Fix typo Change-Id: Ie9492b3e76d3a425269cf281d426040df896d8cb Reviewed-on: https://gerrit.libreoffice.org/52195 Tested-by: Jenkins <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
