[Libreoffice-commits] core.git: lotuswordpro/source

Norbert Thiebaud nthiebaud at gmail.com
Tue Mar 4 17:27:35 PST 2014


 lotuswordpro/source/filter/lwpdrawobj.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit fb052ae6174e4c96157ef6973f02c1d3cd4d9ba2
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Tue Mar 4 19:27:13 2014 -0600

    array initializers are problematic apparently
    
    Change-Id: Id3e3787635996d90f7673748c17601963523ad8d

diff --git a/lotuswordpro/source/filter/lwpdrawobj.cxx b/lotuswordpro/source/filter/lwpdrawobj.cxx
index a50ec14..ee811ef 100644
--- a/lotuswordpro/source/filter/lwpdrawobj.cxx
+++ b/lotuswordpro/source/filter/lwpdrawobj.cxx
@@ -646,7 +646,6 @@ XFFrame* LwpDrawPolygon::CreateStandardDrawObj(const  OUString& rStyleName)
  */
 LwpDrawRectangle::LwpDrawRectangle(SvStream * pStream, DrawingOffsetAndScale* pTransData)
     : LwpDrawObj(pStream, pTransData)
-    , m_aVector{}
 {
 }
 


More information about the Libreoffice-commits mailing list