summaryrefslogtreecommitdiff
path: root/svgio/source
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-06-13 16:10:57 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2023-06-13 23:19:04 +0200
commit5e9eaaf6f298bced76ddef7bc37efcd75a224520 (patch)
treeb1194b57d0320b55ce7a065b7eb453ce14fb017a /svgio/source
parent6b178c6e88ec5a765ad2b3ccd98182286222f550 (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/source')
-rw-r--r--svgio/source/svgreader/svgstyleattributes.cxx1
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),