tdf#101181 related: fix SdrShadowTextAttribute::operator==

This fixes rendering of glow after its radius becomes 0 once.

Change-Id: I7cb13989496bb113689f56ccdb53190d9b5d4ac6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91372
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
diff --git a/svx/source/sdr/attribute/sdrshadowtextattribute.cxx b/svx/source/sdr/attribute/sdrshadowtextattribute.cxx
index 705981a..b8f48cd 100644
--- a/svx/source/sdr/attribute/sdrshadowtextattribute.cxx
+++ b/svx/source/sdr/attribute/sdrshadowtextattribute.cxx
@@ -65,7 +65,7 @@ namespace drawinglayer::attribute
        {
            return (getShadow() == rCandidate.getShadow()
                && getText() == rCandidate.getText()
                && maGlow.isDefault());
                && getGlow() == rCandidate.getGlow());
        }

} // end of namespace