summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-03-28 13:28:53 +0000
committerChristian Lippka <cl@openoffice.org>2001-03-28 13:28:53 +0000
commitb6e4d40da9f675e8e7d7d44d76a3bdf32e19bf5f (patch)
tree3aa47a76dc66747ffb3d9637f686c3dcd58c46cc /svx/source/unodraw
parent226be0b5cc769544b7984d5442f2814988a1b101 (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.cxx5
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;
}
}