summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/attr/calbck.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/core/attr/calbck.cxx b/sw/source/core/attr/calbck.cxx
index a0f82b381841..8f97761e38fe 100644
--- a/sw/source/core/attr/calbck.cxx
+++ b/sw/source/core/attr/calbck.cxx
@@ -28,8 +28,8 @@
sw::LegacyModifyHint::~LegacyModifyHint() {}
sw::ModifyChangedHint::~ModifyChangedHint() {}
-
SwClient::SwClient(SwClient&& o)
+ : m_pRegisteredIn(nullptr)
{
if(o.m_pRegisteredIn)
{
@@ -38,7 +38,6 @@ SwClient::SwClient(SwClient&& o)
}
}
-
SwClient::~SwClient()
{
if(GetRegisteredIn())