diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 22:19:00 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 22:19:00 +0000 |
commit | 18ce284bf23706203ad799b7fc24e95bcb8e45ea (patch) | |
tree | e511a8ece6ba950553ba954f32ffe7e19156180c | |
parent | 6f74cc9d0809a71debbfc41f121df1624732e720 (diff) |
INTEGRATION: CWS impress143 (1.79.58); FILE MERGED
2008/05/28 08:20:28 sj 1.79.58.1: #i85649# added user defined path
-rw-r--r-- | svx/source/svdraw/svdmodel.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx index d7a67e9fb49b..29516e7bfc5c 100644 --- a/svx/source/svdraw/svdmodel.cxx +++ b/svx/source/svdraw/svdmodel.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: svdmodel.cxx,v $ - * $Revision: 1.79 $ + * $Revision: 1.80 $ * * This file is part of OpenOffice.org. * @@ -1797,13 +1797,13 @@ void SdrModel::setLock( BOOL bLock ) { if( mbModelLocked != bLock ) { - mbModelLocked = bLock; if( sal_False == bLock ) { // ReformatAllTextObjects(); #103122# due to a typo in the above if, this code was never // executed, so I remove it until we discover that we need it here ImpReformatAllEdgeObjects(); // #103122# } + mbModelLocked = bLock; } } |