From 65ab049bcfc60657bcd0f285b83851479fc8b619 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 7 May 2015 11:33:32 +0200 Subject: error: class 'SotStorage' is implicitly friends with itself Change-Id: Id05657c866f872846676bb8d8c7ab009292569ab --- include/sot/storage.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/sot') diff --git a/include/sot/storage.hxx b/include/sot/storage.hxx index 8c31ee209acc..0850bde76323 100644 --- a/include/sot/storage.hxx +++ b/include/sot/storage.hxx @@ -85,7 +85,6 @@ class UNOStorageHolder; class SOT_DLLPUBLIC SotStorage : virtual public SotObject { friend class SotStorageStream; -friend class SotStorage; BaseStorage * m_pOwnStg; // target storage SvStream * m_pStorStm; // only for SDSTORAGES -- cgit