summaryrefslogtreecommitdiff
path: root/include/drawinglayer/attribute/sdrshadowattribute.hxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2018-01-28 20:18:12 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-01-29 07:32:42 +0100
commit8010abe4ab300f966b878b64ccc8733e3ea3cbc4 (patch)
treecba3b818a0c0d35eff21280903532b177f759f03 /include/drawinglayer/attribute/sdrshadowattribute.hxx
parent9eece764a75020623f9723b61fff75faa446b098 (diff)
clang-tidy modernize-use-equals-default in drawinglayer
Change-Id: I2fbcac7a22a881681bc8b84274e7d39f1cec18bf Reviewed-on: https://gerrit.libreoffice.org/48800 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/drawinglayer/attribute/sdrshadowattribute.hxx')
-rw-r--r--include/drawinglayer/attribute/sdrshadowattribute.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/drawinglayer/attribute/sdrshadowattribute.hxx b/include/drawinglayer/attribute/sdrshadowattribute.hxx
index 2bb7c13b1bbb..39b5acf59b73 100644
--- a/include/drawinglayer/attribute/sdrshadowattribute.hxx
+++ b/include/drawinglayer/attribute/sdrshadowattribute.hxx
@@ -55,10 +55,10 @@ namespace drawinglayer
double fTransparence,
const basegfx::BColor& rColor);
SdrShadowAttribute();
- SdrShadowAttribute(const SdrShadowAttribute& rCandidate);
- SdrShadowAttribute(SdrShadowAttribute&& rCandidate);
- SdrShadowAttribute& operator=(const SdrShadowAttribute& rCandidate);
- SdrShadowAttribute& operator=(SdrShadowAttribute&& rCandidate);
+ SdrShadowAttribute(const SdrShadowAttribute&);
+ SdrShadowAttribute(SdrShadowAttribute&&);
+ SdrShadowAttribute& operator=(const SdrShadowAttribute&);
+ SdrShadowAttribute& operator=(SdrShadowAttribute&&);
~SdrShadowAttribute();
// checks if the incarnation is default constructed