diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 08:21:18 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 08:21:18 +0000 |
commit | d5daaf4e0c55bddb4a82fe94ee94311167f4a33e (patch) | |
tree | ba37947e6b88c2c36fb6974bddca4f13600990a4 /sd/source | |
parent | e704ca5b03b85951b5cd82f26ff425d3acabd41a (diff) |
INTEGRATION: CWS impress99 (1.24.172); FILE MERGED
2006/07/06 14:54:08 cl 1.24.172.1: #i66670# removed unused code
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/func/fudraw.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx index db09f599ba6c..53a3f8b559f7 100644 --- a/sd/source/ui/func/fudraw.cxx +++ b/sd/source/ui/func/fudraw.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fudraw.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: rt $ $Date: 2006-07-25 11:33:24 $ + * last change: $Author: ihi $ $Date: 2006-08-01 09:21:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -850,7 +850,6 @@ BOOL FuDraw::SetPointer(SdrObject* pObj, const Point& rPos) SdAnimationInfo* pInfo = pDoc->GetAnimationInfo(pObj); if ((pView->ISA(DrawView) && - static_cast<DrawView*>(pView)->IsActionMode() && (pInfo->eClickAction == presentation::ClickAction_BOOKMARK || pInfo->eClickAction == presentation::ClickAction_DOCUMENT || pInfo->eClickAction == presentation::ClickAction_PREVPAGE || |