diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-17 08:28:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-17 08:28:06 +0000 |
commit | feabf318d8d60ff1e043127a9555d648f12f8fea (patch) | |
tree | e8528787f822f4b0c0c13ced278b5c89145b7d7e /sc/source/ui/drawfunc/fudraw.cxx | |
parent | 16f7947bf75ee6f6ffa2961bc0cf9b2eb630fa58 (diff) |
INTEGRATION: CWS aw020 (1.12.56); FILE MERGED
2004/10/26 13:11:53 aw 1.12.56.1: #i33136#
Diffstat (limited to 'sc/source/ui/drawfunc/fudraw.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/fudraw.cxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sc/source/ui/drawfunc/fudraw.cxx b/sc/source/ui/drawfunc/fudraw.cxx index 2a6ab3acca3d..5a5c702ea9c8 100644 --- a/sc/source/ui/drawfunc/fudraw.cxx +++ b/sc/source/ui/drawfunc/fudraw.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fudraw.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: kz $ $Date: 2004-10-04 20:16:31 $ + * last change: $Author: obo $ $Date: 2004-11-17 09:28:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -143,6 +143,12 @@ void FuDraw::DoModifiers(const MouseEvent& rMEvt) BOOL bGridSnap = ( bGridOpt != bCtrl ); // andere Snap's nicht unterstuetzt BOOL bCenter = bAlt; + // #i33136# + if(doConstructOrthogonal()) + { + bOrtho = !bShift; + } + if (pView->IsOrtho() != bOrtho) pView->SetOrtho(bOrtho); if (pView->IsAngleSnapEnabled() != bAngleSnap) |