diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/frmfmt.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx index 900f00d91434..b24536e830a6 100644 --- a/sw/inc/frmfmt.hxx +++ b/sw/inc/frmfmt.hxx @@ -263,7 +263,6 @@ namespace sw struct SW_DLLPUBLIC ContactChangedHint final: SfxHint { SdrObject** m_ppObject; - ContactChangedHint() : m_ppObject(nullptr) {}; ContactChangedHint(SdrObject** ppObject) : m_ppObject(ppObject) {}; virtual ~ContactChangedHint() override; }; |