summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuinsert.cxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2001-09-13 10:06:40 +0000
committerKai Ahrens <ka@openoffice.org>2001-09-13 10:06:40 +0000
commit2544e94ee6292b05c46a8db05643e322646e7e3d (patch)
treebecdbd80954e1bfc109133cd1d1393b421a06d87 /sd/source/ui/func/fuinsert.cxx
parent4823bfaa02874b81d381c54e3029f68c53e71aeb (diff)
#90020#: use persist name of OLE objects
Diffstat (limited to 'sd/source/ui/func/fuinsert.cxx')
-rw-r--r--sd/source/ui/func/fuinsert.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/func/fuinsert.cxx b/sd/source/ui/func/fuinsert.cxx
index 001c9d869084..fc6bef08f19b 100644
--- a/sd/source/ui/func/fuinsert.cxx
+++ b/sd/source/ui/func/fuinsert.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fuinsert.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: ka $ $Date: 2001-09-04 14:36:40 $
+ * last change: $Author: ka $ $Date: 2001-09-13 11:05:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -633,6 +633,7 @@ FuInsertOLE::FuInsertOLE(SdViewShell* pViewSh, SdWindow* pWin, SdView* pView,
pObj->SetEmptyPresObj(FALSE);
( (SdrOle2Obj*) pObj)->SetOutlinerParaObject(NULL);
( (SdrOle2Obj*) pObj)->SetObjRef(aIPObj);
+ ( (SdrOle2Obj*) pObj)->SetPersistName(aName);
( (SdrOle2Obj*) pObj)->SetName(aName);
Rectangle aRect = ( (SdrOle2Obj*) pObj)->GetLogicRect();