[Libreoffice-commits] .: sw/source
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Feb 27 02:50:58 PST 2012
sw/source/core/inc/retrievedinputstreamdata.hxx | 10 ----------
1 file changed, 10 deletions(-)
New commits:
commit 0fcf3e67623814b269e68f6cf5c6648f7cfdb5a6
Author: Caolán McNamara <caolanm at 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
More information about the Libreoffice-commits
mailing list