diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-06-13 16:10:57 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-06-13 23:19:04 +0200 |
commit | 5e9eaaf6f298bced76ddef7bc37efcd75a224520 (patch) | |
tree | b1194b57d0320b55ce7a065b7eb453ce14fb017a /svgio | |
parent | 6b178c6e88ec5a765ad2b3ccd98182286222f550 (diff) |
svgio: remove unneeded initializer
Added in b1d1a424a4d291873101f5d2348e5bd9cb9091a4
"tdf#155735: Add basic support for feColorMatrix"
Change-Id: I6217c15702f0c0338a6aef5d08c755441d2bfaf8
Change-Id: I5673e2243dec6f9ec195622178be34f4fc25b734
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152966
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'svgio')
-rw-r--r-- | svgio/source/svgreader/svgstyleattributes.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgstyleattributes.cxx b/svgio/source/svgreader/svgstyleattributes.cxx index 58a982a8a927..99267c762dc5 100644 --- a/svgio/source/svgreader/svgstyleattributes.cxx +++ b/svgio/source/svgreader/svgstyleattributes.cxx @@ -1283,7 +1283,6 @@ namespace svgio::svgreader maTextAnchor(TextAnchor::notset), maVisibility(Visibility::notset), mpClipPathXLink(nullptr), - maFilterXLink(OUString()), mpFilterXLink(nullptr), mpMaskXLink(nullptr), mpMarkerStartXLink(nullptr), |