diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 13:53:19 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 13:53:19 +0000 |
commit | 275c3b3adface60ac569741a2c31bdd2fad7ee3d (patch) | |
tree | f51dce04fe37a40d75aa488825ae95ce450fcc1f /svx/source | |
parent | cce76c34e21ce70b8cd8983cfb646beb754eb7d8 (diff) |
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
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/svdraw/svdedxv.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
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) { |