From 5be7dd66f9642c5b91fb8c2d320e71a951c2b5e3 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 29 Mar 2015 13:30:27 +0100 Subject: drop rather awkward debugging hunk Change-Id: Ia0441caec222227f173a9508530d7c4cefd7892e --- sot/source/base/formats.cxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'sot') diff --git a/sot/source/base/formats.cxx b/sot/source/base/formats.cxx index 64aad2ec9b58..7b2f8979b968 100644 --- a/sot/source/base/formats.cxx +++ b/sot/source/base/formats.cxx @@ -1395,18 +1395,6 @@ static sal_uInt16 GetTransferableAction_Impl( const SotAction_Impl* pArrayStart = pArray; SotClipboardFormatId nId = pArray->nFormatId; -#if OSL_DEBUG_LEVEL > 1 -// used for testing a specific format - change in the debugger the value - static sal_uLong nChkFormat = 0; - if( nChkFormat ) - { - for( ; static_cast(0xffff) != pArray->nFormatId && - nChkFormat != pArray->nFormatId; ++pArray ) - ; - nId = pArray->nFormatId; - } -#endif - while( nId != static_cast(0xffff) ) { rFormat = nId; -- cgit v1.2.3