drawinglayer/source/primitive2d/metafileprimitive2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit aef1826d9ca318a1359a2116e7f146e993413234 Author: Stephan Bergmann <[email protected]> Date: Tue Apr 28 16:17:40 2015 +0200 default initialization of object of const type w/o user-provided default ctor Change-Id: I99266457d43f9279af32d75d2842480291b6e91d diff --git a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx index fa19d1d..d953d3b 100644 --- a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx @@ -1968,7 +1968,7 @@ namespace if(nTextLength && rPropertyHolders.Current().getTextColorActive()) { - const std::vector< double > aDXArray; + const std::vector< double > aDXArray{}; processMetaTextAction( pA->GetPoint(), pA->GetText(), _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
