diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-02 09:33:03 +0100 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-02 14:32:37 +0300 |
commit | df7b4cc85266c2cb85183125ad97b61bb7ef747f (patch) | |
tree | f0bab889656ae748e7d87076e17abc24e1fe3d9c /tools | |
parent | 0acbf6bdda646638f695a55d9324451d83092d84 (diff) |
init a few more stream-read svm elements
(cherry picked from commit 67c6ea0c426c2796fc1b80cbe2cb0347686db90d)
Conflicts:
vcl/source/gdi/metaact.cxx
Change-Id: I3dfa2485afbe66131b86764374d53181b55c2346
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/generic/poly.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/generic/poly.cxx b/tools/source/generic/poly.cxx index b077e629a3fb..1caec3787062 100644 --- a/tools/source/generic/poly.cxx +++ b/tools/source/generic/poly.cxx @@ -1567,7 +1567,7 @@ SvStream& operator>>( SvStream& rIStream, Polygon& rPoly ) DBG_ASSERTWARNING( rIStream.GetVersion(), "Polygon::>> - Solar-Version not set on rIStream" ); sal_uInt16 i; - sal_uInt16 nPoints; + sal_uInt16 nPoints(0); // read all points and create array rIStream >> nPoints; |