Kaydet (Commit) 5be7dd66 authored tarafından Caolán McNamara's avatar Caolán McNamara

drop rather awkward debugging hunk

Change-Id: Ia0441caec222227f173a9508530d7c4cefd7892e
üst cdcee232
......@@ -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<SotClipboardFormatId>(0xffff) != pArray->nFormatId &&
nChkFormat != pArray->nFormatId; ++pArray )
;
nId = pArray->nFormatId;
}
#endif
while( nId != static_cast<SotClipboardFormatId>(0xffff) )
{
rFormat = nId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment