diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-12-08 09:16:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-12-08 10:09:01 +0000 |
commit | 6d8b06224cf1819c8af543927d7a80e937c50a94 (patch) | |
tree | 346a41bfad2f972713383280fc426ff5f2c36b08 /sw/inc | |
parent | 9d5e53b67c7c131ab4cdc8e103373be2be7830c2 (diff) |
callcatcher: update unused code
Change-Id: I3cd65d112339fa9c67ed462fe39acbbef91d4d8d
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/swbaslnk.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/inc/swbaslnk.hxx b/sw/inc/swbaslnk.hxx index a47ae6a73535..f32b7b4f0478 100644 --- a/sw/inc/swbaslnk.hxx +++ b/sw/inc/swbaslnk.hxx @@ -39,13 +39,6 @@ class SwBaseLink : public ::sfx2::SvBaseLink protected: SwBaseLink(): m_pReReadThread(0) {} - SwBaseLink( const OUString& rNm, sal_uInt16 nObjectType, ::sfx2::SvLinkSource* pObj, - SwCntntNode* pNode = 0 ) - : ::sfx2::SvBaseLink( rNm, nObjectType, pObj ), pCntntNode( pNode ), - bSwapIn( false ), bNoDataFlag( false ), bIgnoreDataChanged( false ), - m_pReReadThread(0) - {} - public: TYPEINFO_OVERRIDE(); |