diff options
author | Christian Lippka <cl@openoffice.org> | 2001-03-28 13:28:53 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-03-28 13:28:53 +0000 |
commit | b6e4d40da9f675e8e7d7d44d76a3bdf32e19bf5f (patch) | |
tree | 3aa47a76dc66747ffb3d9637f686c3dcd58c46cc /svx/source/unodraw | |
parent | 226be0b5cc769544b7984d5442f2814988a1b101 (diff) |
#85430# set correct name when creating unnamed ole objects with CLSID
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r-- | svx/source/unodraw/unoshape.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 308b410e88ff..5f2337083c6f 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unoshape.cxx,v $ * - * $Revision: 1.44 $ + * $Revision: 1.45 $ * - * last change: $Author: cl $ $Date: 2001-03-19 09:13:49 $ + * last change: $Author: cl $ $Date: 2001-03-28 14:28:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1166,6 +1166,7 @@ void SAL_CALL SvxShape::setPropertyValue( const OUString& rPropertyName, const u if( pPersist->Move( xSub, aStr ) ) // Eigentuemer Uebergang { bOk = sal_True; + aName = aStr; break; } } |