summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/attribute/sdrglowattribute.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/drawinglayer/source/attribute/sdrglowattribute.cxx b/drawinglayer/source/attribute/sdrglowattribute.cxx
index bc42b170a8e9..6eaab35b8f37 100644
--- a/drawinglayer/source/attribute/sdrglowattribute.cxx
+++ b/drawinglayer/source/attribute/sdrglowattribute.cxx
@@ -27,10 +27,7 @@ SdrGlowAttribute::SdrGlowAttribute(sal_Int32 nRadius, const basegfx::BColor& rCo
{
}
-SdrGlowAttribute::SdrGlowAttribute()
- : m_nRadius(0)
-{
-}
+SdrGlowAttribute::SdrGlowAttribute() = default;
SdrGlowAttribute::SdrGlowAttribute(const SdrGlowAttribute&) = default;