include/sot/storage.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 65ab049bcfc60657bcd0f285b83851479fc8b619
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Thu May 7 11:33:32 2015 +0200

    error: class 'SotStorage' is implicitly friends with itself
    
    Change-Id: Id05657c866f872846676bb8d8c7ab009292569ab

diff --git a/include/sot/storage.hxx b/include/sot/storage.hxx
index 8c31ee2..0850bde 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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to