svgio/source/svgreader/svgstyleattributes.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 5e9eaaf6f298bced76ddef7bc37efcd75a224520
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Tue Jun 13 16:10:57 2023 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Tue Jun 13 23:19:04 2023 +0200

    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 <xiscofa...@libreoffice.org>

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),

Reply via email to