diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-18 18:03:00 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-20 02:25:04 +0100 |
commit | 6934ad423afd43d4d5c3788d0c020164309aaffa (patch) | |
tree | b885bad375d94ee0946ac0287b855869fea121dd | |
parent | 16fdd721631b7c93880f601b0253ad4053865d77 (diff) |
remove spurious friend and forward-decl
Change-Id: Iaba7852af44248b5479e5ea0c7ccf51561df4c2d
-rw-r--r-- | sw/inc/calbck.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx index 713277a9e4b9..062ebdf55f0f 100644 --- a/sw/inc/calbck.hxx +++ b/sw/inc/calbck.hxx @@ -31,7 +31,6 @@ class SwModify; -class SwClientIter; class SfxPoolItem; class SfxHint; @@ -79,7 +78,6 @@ namespace sw class SW_DLLPUBLIC WriterListener : ::boost::noncopyable { friend class ::SwModify; - friend class ::SwClient; friend class ::sw::ClientIteratorBase; private: WriterListener* m_pLeft; |