summaryrefslogtreecommitdiff
path: root/svl/source/items/itemprop.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/itemprop.cxx')
-rw-r--r--svl/source/items/itemprop.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/itemprop.cxx b/svl/source/items/itemprop.cxx
index 1d8a3f5b1ec1..7f9c6cba72f3 100644
--- a/svl/source/items/itemprop.cxx
+++ b/svl/source/items/itemprop.cxx
@@ -143,7 +143,7 @@ PropertyEntryVector_t SfxItemPropertyMap::getPropertyEntries() const
for( const auto& rEntry : *m_pImpl )
{
const SfxItemPropertySimpleEntry* pEntry = &rEntry.second;
- aRet.emplace_back( rEntry.first, * pEntry );
+ aRet.emplace_back( OUString(rEntry.first), * pEntry );
}
return aRet;
}