summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-25 14:50:47 +0200
committerNoel Grandin <noel@peralex.com>2016-08-29 09:23:46 +0200
commit68697779cbe7fe3268e9cdb553688228c1efb97b (patch)
tree63b55fdcb3e6f34640217cc43bd6b82e95a00089 /include
parent8898f0e128d10b135a7388ec113b35949f326811 (diff)
cid#1371188 Missing move assignment operator
Change-Id: I775db6b3c9db0847184f12fad778a1fc3fcd92eb
Diffstat (limited to 'include')
-rw-r--r--include/svx/sdr/attribute/sdrformtextattribute.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/sdr/attribute/sdrformtextattribute.hxx b/include/svx/sdr/attribute/sdrformtextattribute.hxx
index 20150dc66011..b5e49bc02f7b 100644
--- a/include/svx/sdr/attribute/sdrformtextattribute.hxx
+++ b/include/svx/sdr/attribute/sdrformtextattribute.hxx
@@ -52,7 +52,9 @@ namespace drawinglayer
SdrFormTextAttribute(const SfxItemSet& rSet);
SdrFormTextAttribute();
SdrFormTextAttribute(const SdrFormTextAttribute& rCandidate);
+ SdrFormTextAttribute(SdrFormTextAttribute&& rCandidate);
SdrFormTextAttribute& operator=(const SdrFormTextAttribute& rCandidate);
+ SdrFormTextAttribute& operator=(SdrFormTextAttribute&& rCandidate);
~SdrFormTextAttribute();
// checks if the incarnation is default constructed