diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-05 12:37:49 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-05 16:18:38 +0000 |
commit | 43738da82e783ab89501c7a240eba1bd438a4193 (patch) | |
tree | c6ccafa09242d739268aae5f0ef19d41f97b1bd7 /cppu | |
parent | 5fcf0839b7a74404693f33f9dc7651fe7220b748 (diff) |
can undo this now with dial-down in solenvfeature/pptx-export-ooxml11
(cherry picked from commit 23b34d1adafa71612f093d6b5aa015f307785a3f)
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/typelib/typelib.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx index 6d91289ff..10a7cb1ae 100644 --- a/cppu/source/typelib/typelib.cxx +++ b/cppu/source/typelib/typelib.cxx @@ -275,9 +275,6 @@ inline void TypeDescriptor_Init_Impl::callChain( //__________________________________________________________________________________________________ TypeDescriptor_Init_Impl::~TypeDescriptor_Init_Impl() SAL_THROW( () ) { -#ifdef DONT_LEAK_STATIC_DATA - // The cleanup from commit 55c3066e52ad1843549c442e8d74f886507c58f4 - // introduced a breakage on SUSE, Caolan will have a look if( pCache ) { TypeDescriptionList_Impl::const_iterator aIt = pCache->begin(); @@ -358,7 +355,6 @@ TypeDescriptor_Init_Impl::~TypeDescriptor_Init_Impl() SAL_THROW( () ) delete pCallbacks; pCallbacks = 0; -#endif if( pMutex ) { delete pMutex; |