diff options
Diffstat (limited to 'svgio/source/svgreader/svgtextnode.cxx')
-rw-r--r-- | svgio/source/svgreader/svgtextnode.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgtextnode.cxx b/svgio/source/svgreader/svgtextnode.cxx index 3cb5ea9fce38..58e9621420df 100644 --- a/svgio/source/svgreader/svgtextnode.cxx +++ b/svgio/source/svgreader/svgtextnode.cxx @@ -35,7 +35,6 @@ namespace svgio SvgNode* pParent) : SvgNode(SVGTokenText, rDocument, pParent), maSvgStyleAttributes(*this), - mpaTransform(nullptr), maSvgTextPositions() { } |