diff options
author | Xisco Fauli <anistenis@gmail.com> | 2016-07-12 21:22:25 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-07-14 07:06:44 +0000 |
commit | 09f88760acddc96cb38febd36fd987eefaa04bc0 (patch) | |
tree | d2078ee7de4d3dfa580dd8ae84d87a058965085a /svx/inc/xpolyimp.hxx | |
parent | 742e632d8acbe5d0a036d748c062a6616acfdf4a (diff) |
tdf#62525 vcl: use cow_wrapper for ImpXPolyPolygon
Change-Id: Ida272942d2fdb0a4a7d4906bbbc2423b459591ac
Reviewed-on: https://gerrit.libreoffice.org/27170
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/inc/xpolyimp.hxx')
-rw-r--r-- | svx/inc/xpolyimp.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/inc/xpolyimp.hxx b/svx/inc/xpolyimp.hxx index bf6acd47a047..c3a455a60e4f 100644 --- a/svx/inc/xpolyimp.hxx +++ b/svx/inc/xpolyimp.hxx @@ -55,9 +55,8 @@ class ImpXPolyPolygon { public: XPolygonList aXPolyList; - sal_uInt16 nRefCount; - ImpXPolyPolygon() { nRefCount = 1; } + ImpXPolyPolygon() {} ImpXPolyPolygon( const ImpXPolyPolygon& rImpXPolyPoly ); ~ImpXPolyPolygon(); }; |