summaryrefslogtreecommitdiff
path: root/chart2/source/tools/ImplOPropertySet.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/ImplOPropertySet.cxx')
-rw-r--r--chart2/source/tools/ImplOPropertySet.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/source/tools/ImplOPropertySet.cxx b/chart2/source/tools/ImplOPropertySet.cxx
index d5f30096e49e..7d09a329fc33 100644
--- a/chart2/source/tools/ImplOPropertySet.cxx
+++ b/chart2/source/tools/ImplOPropertySet.cxx
@@ -92,8 +92,7 @@ ImplOPropertySet::ImplOPropertySet()
ImplOPropertySet::ImplOPropertySet( const ImplOPropertySet & rOther )
{
- std::copy( rOther.m_aProperties.begin(), rOther.m_aProperties.end(),
- std::inserter( m_aProperties, m_aProperties.begin() ));
+ m_aProperties = rOther.m_aProperties;
// clone interface properties
std::for_each( m_aProperties.begin(), m_aProperties.end(),