drawinglayer/source/attribute/sdrglowattribute.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 11ee7f6598a0b98959fac75406e94b0a59709ce5 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Wed May 6 10:49:07 2020 +0300 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Wed May 6 12:35:11 2020 +0200 Use default ctor Change-Id: I1f692f706f2e688384c01e99c14307190bf70104 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93548 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits