summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-03-04 19:27:13 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-03-04 19:27:13 -0600
commitfb052ae6174e4c96157ef6973f02c1d3cd4d9ba2 (patch)
tree3bc3a0649c02ba4e48044d18eb9bc86ac6e901db /lotuswordpro
parent943f28299e073c28657c5c0eb8bbdc9a33417ce0 (diff)
array initializers are problematic apparently
Change-Id: Id3e3787635996d90f7673748c17601963523ad8d
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpdrawobj.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpdrawobj.cxx b/lotuswordpro/source/filter/lwpdrawobj.cxx
index a50ec14accfe..ee811eff5705 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{}
{
}