sw/source/core/inc/retrievedinputstreamdata.hxx |   10 ----------
 1 file changed, 10 deletions(-)

New commits:
commit 0fcf3e67623814b269e68f6cf5c6648f7cfdb5a6
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Feb 27 10:50:16 2012 +0000

    fix MacOSX tinderbox build

diff --git a/sw/source/core/inc/retrievedinputstreamdata.hxx 
b/sw/source/core/inc/retrievedinputstreamdata.hxx
index a7bef2f..49797ed 100644
--- a/sw/source/core/inc/retrievedinputstreamdata.hxx
+++ b/sw/source/core/inc/retrievedinputstreamdata.hxx
@@ -77,10 +77,6 @@ class SwRetrievedInputStreamDataManager
 
         static SwRetrievedInputStreamDataManager& GetManager();
 
-        ~SwRetrievedInputStreamDataManager()
-        {
-        };
-
         tDataKey ReserveData( boost::weak_ptr< 
SwAsyncRetrieveInputStreamThreadConsumer > pThreadConsumer );
 
         void PushData( const tDataKey nDataKey,
@@ -99,12 +95,6 @@ class SwRetrievedInputStreamDataManager
         osl::Mutex maMutex;
 
         std::map< tDataKey, tData > maInputStreamData;
-
-        template<typename T, typename Unique> friend class rtl::Static;
-
-        SwRetrievedInputStreamDataManager()
-        {
-        };
 };
 #endif
 
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to