diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 22:13:25 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 22:13:25 +0000 |
commit | d3f128c16f2dd2cf08d457e1b00864fb7f78071a (patch) | |
tree | 2e09910b924b468241a122b7d7e87bf7c2dff55d /svx/source/sdr | |
parent | 58267b8a45ddfee56d4ad5d9c82c8ebcff2857c1 (diff) |
INTEGRATION: CWS aw033 (1.3.10); FILE MERGED
2008/05/14 13:59:55 aw 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED
2007/12/17 10:22:19 aw 1.3.10.1: #i39532# minor primitive corrections
Diffstat (limited to 'svx/source/sdr')
-rw-r--r-- | svx/source/sdr/overlay/overlayline.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sdr/overlay/overlayline.cxx b/svx/source/sdr/overlay/overlayline.cxx index e6b2bf147724..003da41ee31d 100644 --- a/svx/source/sdr/overlay/overlayline.cxx +++ b/svx/source/sdr/overlay/overlayline.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: overlayline.cxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -83,7 +83,7 @@ namespace sdr sal_Bool OverlayLineStriped::isHit(const basegfx::B2DPoint& rPos, double fTol) const { - if(isHittable()) + if(isHittable() && !getBasePosition().equal(getSecondPosition())) { return basegfx::tools::isInEpsilonRange(getBasePosition(), getSecondPosition(), rPos, fTol); } |