diff options
author | Christian Lippka <cl@openoffice.org> | 2001-05-14 10:38:52 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-05-14 10:38:52 +0000 |
commit | 3111f05ead7ee44b051faeb245e6538a9a796dd2 (patch) | |
tree | 50ac2ab8494aa3731fd82292f38678fc87cece89 /svx/source/unodraw/unoshape.cxx | |
parent | 615c1455b19646c22330dd3b24918df20065996b (diff) |
#86924# don't get ole info for empty pres object
Diffstat (limited to 'svx/source/unodraw/unoshape.cxx')
-rw-r--r-- | svx/source/unodraw/unoshape.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 3f14a3d37392..8d0008054854 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unoshape.cxx,v $ * - * $Revision: 1.49 $ + * $Revision: 1.50 $ * - * last change: $Author: cl $ $Date: 2001-05-07 14:25:20 $ + * last change: $Author: cl $ $Date: 2001-05-14 11:38:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1428,8 +1428,8 @@ 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 ); - return; } + return; } #endif break; |