| commit | fb052ae6174e4c96157ef6973f02c1d3cd4d9ba2 | [log] |
|---|---|---|
| author | Norbert Thiebaud <nthiebaud@gmail.com> | Tue Mar 04 19:27:13 2014 -0600 |
| committer | Norbert Thiebaud <nthiebaud@gmail.com> | Tue Mar 04 19:27:13 2014 -0600 |
| tree | 3bc3a0649c02ba4e48044d18eb9bc86ac6e901db | |
| parent | 943f28299e073c28657c5c0eb8bbdc9a33417ce0 [diff] |
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{} { }