diff options
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/itemprop.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/itemprop.cxx b/svl/source/items/itemprop.cxx index 67e283c1113f..fd22a4f68733 100644 --- a/svl/source/items/itemprop.cxx +++ b/svl/source/items/itemprop.cxx @@ -79,7 +79,7 @@ const SfxItemPropertySimpleEntry* SfxItemPropertyMap::getByName( const OUString return &aIter->second; } -uno::Sequence<beans::Property> SfxItemPropertyMap::getProperties() const +uno::Sequence<beans::Property> const & SfxItemPropertyMap::getProperties() const { if( !m_pImpl->m_aPropSeq.getLength() ) { |