From 275c3b3adface60ac569741a2c31bdd2fad7ee3d Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 26 Nov 2007 13:53:19 +0000 Subject: INTEGRATION: CWS aw053 (1.57.80); FILE MERGED 2007/09/14 10:37:09 aw 1.57.80.1: #i80528# Removal of draft paint modes --- svx/source/svdraw/svdedxv.cxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'svx/source') diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx index 9402e05f1f5b..73a08ed8014e 100644 --- a/svx/source/svdraw/svdedxv.cxx +++ b/svx/source/svdraw/svdedxv.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdedxv.cxx,v $ * - * $Revision: 1.57 $ + * $Revision: 1.58 $ * - * last change: $Author: hr $ $Date: 2007-06-27 19:00:30 $ + * last change: $Author: ihi $ $Date: 2007-11-26 14:53:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -818,10 +818,6 @@ sal_Bool SdrObjEditView::SdrBeginTextEdit( { sal_Bool bExtraInvalidate(sal_False); - // #91453# - if(!bExtraInvalidate && IsTextDraft()) - bExtraInvalidate = sal_True; - // #71519# if(!bExtraInvalidate) { -- cgit