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

Julien Nabet serval2412 at yahoo.fr
Thu Feb 14 01:50:25 PST 2013


 svx/source/svdraw/svdview.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 4fb73c5442d57732abcbba3cec3aeb31f7d65d45
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Tue Feb 12 22:42:45 2013 +0100

    MODKEY_BigOrtho is never defined
    
    Change-Id: Ifd7c7f634860ced0021bf6c6b99d1e0ea0615a7c
    Reviewed-on: https://gerrit.libreoffice.org/2126
    Reviewed-by: Tor Lillqvist <tml at iki.fi>
    Tested-by: Tor Lillqvist <tml at iki.fi>

diff --git a/svx/source/svdraw/svdview.cxx b/svx/source/svdraw/svdview.cxx
index 39b0e99..b9c9f99 100644
--- a/svx/source/svdraw/svdview.cxx
+++ b/svx/source/svdraw/svdview.cxx
@@ -770,9 +770,6 @@ sal_Bool SdrView::DoMouseEvent(const SdrViewEvent& rVEvt)
 #ifdef MODKEY_Ortho
     SetOrtho(MODKEY_Ortho!=IsOrthoDesired());
 #endif
-#ifdef MODKEY_BigOrtho
-    SetBigOrtho(MODKEY_BigOrtho);
-#endif
 #ifdef MODKEY_AngleSnap
     SetAngleSnapEnabled(MODKEY_AngleSnap);
 #endif


More information about the Libreoffice-commits mailing list