Kaydet (Commit) 6934ad42 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

remove spurious friend and forward-decl

Change-Id: Iaba7852af44248b5479e5ea0c7ccf51561df4c2d
üst 16fdd721
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
class SwModify; class SwModify;
class SwClientIter;
class SfxPoolItem; class SfxPoolItem;
class SfxHint; class SfxHint;
...@@ -79,7 +78,6 @@ namespace sw ...@@ -79,7 +78,6 @@ namespace sw
class SW_DLLPUBLIC WriterListener : ::boost::noncopyable class SW_DLLPUBLIC WriterListener : ::boost::noncopyable
{ {
friend class ::SwModify; friend class ::SwModify;
friend class ::SwClient;
friend class ::sw::ClientIteratorBase; friend class ::sw::ClientIteratorBase;
private: private:
WriterListener* m_pLeft; WriterListener* m_pLeft;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment