[PATCH] MODKEY_BigOrtho is never defined
Julien Nabet (via Code Review)
gerrit at gerrit.libreoffice.org
Tue Feb 12 13:44:46 PST 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2126
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/26/2126/1
MODKEY_BigOrtho is never defined
Change-Id: Ifd7c7f634860ced0021bf6c6b99d1e0ea0615a7c
---
M svx/source/svdraw/svdview.cxx
1 file changed, 0 insertions(+), 3 deletions(-)
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 @@
#ifdef MODKEY_Ortho
SetOrtho(MODKEY_Ortho!=IsOrthoDesired());
#endif
-#ifdef MODKEY_BigOrtho
- SetBigOrtho(MODKEY_BigOrtho);
-#endif
#ifdef MODKEY_AngleSnap
SetAngleSnapEnabled(MODKEY_AngleSnap);
#endif
--
To view, visit https://gerrit.libreoffice.org/2126
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifd7c7f634860ced0021bf6c6b99d1e0ea0615a7c
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Julien Nabet <serval2412 at yahoo.fr>
More information about the LibreOffice
mailing list