summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2020-05-06 10:49:07 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2020-05-06 12:35:11 +0200
commit11ee7f6598a0b98959fac75406e94b0a59709ce5 (patch)
treefe8bbac7e9d87cc51e48d3573ff3d5a286ad98c0 /drawinglayer
parent19796c46d55676aea3b171e4f45cf9b6b7b6484c (diff)
Use default ctor
Change-Id: I1f692f706f2e688384c01e99c14307190bf70104 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93548 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
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;