diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sdr/attribute/sdrshadowtextattribute.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/attribute/sdrshadowtextattribute.cxx b/svx/source/sdr/attribute/sdrshadowtextattribute.cxx index 705981a62c16..b8f48cd1f57e 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 |