summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unoobj.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-01 10:38:57 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-01 20:21:04 -0500
commit2a7c07e2e5fbdce057aaecb87231c62d98981bcb (patch)
treef18fb28b3ec85955de96e5cdce6a74ea5b38186a /sd/source/ui/unoidl/unoobj.cxx
parent513bbdf9c4664e2677537acb9387df84349529cd (diff)
InsertData to AppendData, to hide the insert position.
Only a few places in sc specified insert position, and those were not strictly necessary.
Diffstat (limited to 'sd/source/ui/unoidl/unoobj.cxx')
-rw-r--r--sd/source/ui/unoidl/unoobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/unoobj.cxx b/sd/source/ui/unoidl/unoobj.cxx
index 9431aa8d8e9b..82380b6cc652 100644
--- a/sd/source/ui/unoidl/unoobj.cxx
+++ b/sd/source/ui/unoidl/unoobj.cxx
@@ -676,7 +676,7 @@ void SAL_CALL SdXShape::setPropertyValue( const ::rtl::OUString& aPropertyName,
else
{
// insert new user data with image map
- pObj->InsertUserData(new SdIMapInfo(aImageMap) );
+ pObj->AppendUserData(new SdIMapInfo(aImageMap) );
}
}
}