[Libreoffice-commits] core.git: svx/source

Andrea Gelmini andrea.gelmini at gelma.net
Sun Apr 1 06:43:32 UTC 2018


 svx/source/svdraw/svdview.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 97b3584196916dd2cdc385f0c6054f6927fa9f17
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sun Apr 1 01:32:53 2018 +0200

    Fix typo
    
    Change-Id: Ie9492b3e76d3a425269cf281d426040df896d8cb
    Reviewed-on: https://gerrit.libreoffice.org/52195
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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:


More information about the Libreoffice-commits mailing list