summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgreader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/svgreader.cxx')
-rw-r--r--filter/source/svg/svgreader.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/svg/svgreader.cxx b/filter/source/svg/svgreader.cxx
index aeb3793252a2..23e98b87c332 100644
--- a/filter/source/svg/svgreader.cxx
+++ b/filter/source/svg/svgreader.cxx
@@ -341,7 +341,7 @@ struct AnnotatingVisitor
return; //easy! :-)
// join similar colors
- std::vector<sal_Size> aNewStops(1,rGradient.maStops.front());
+ std::vector<sal_Size> aNewStops { rGradient.maStops.front() };
for( sal_Size i=1; i<rGradient.maStops.size(); ++i )
{
if( maGradientStopVector[rGradient.maStops[i]].maStopColor !=