diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unodraw/unoshape.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index f1e2e666aba1..abacd78895a8 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unoshape.cxx,v $ * - * $Revision: 1.52 $ + * $Revision: 1.53 $ * - * last change: $Author: kz $ $Date: 2001-05-16 10:33:34 $ + * last change: $Author: cl $ $Date: 2001-05-22 15:23:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1559,6 +1559,10 @@ void SAL_CALL SvxShape::setPropertyValue( const OUString& rPropertyName, const u { Rectangle aTmpArea( aVisArea.X, aVisArea.Y, aVisArea.X + aVisArea.Width, aVisArea.Y + aVisArea.Height ); xInplace->SetVisArea( aTmpArea ); + + if( !pModel->GetPersist()->IsEnableSetModified() ) + xInplace->SetModified(FALSE); + } return; } |