summaryrefslogtreecommitdiffstats
path: root/svx/source/unodraw/unoshape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodraw/unoshape.cxx')
-rw-r--r--svx/source/unodraw/unoshape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index e62262d6db5f..d7b9b0f71561 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -3068,7 +3068,7 @@ uno::Sequence<uno::Any> SvxShape::getPropertyDefaults(
ret.reserve(aPropertyNames.getLength());
for (sal_Int32 pos = 0; pos < aPropertyNames.getLength(); ++pos)
ret.push_back( getPropertyDefault( aPropertyNames[pos] ) );
- return uno::Sequence<uno::Any>( &ret[0], ret.size() );
+ return uno::Sequence<uno::Any>( ret.data(), ret.size() );
}