Kaydet (Commit) 9f68d0a2 authored tarafından Caolán McNamara's avatar Caolán McNamara

drop useless temp debugging strings

Change-Id: I3dbcc792278814df6c23d0f593bd6d86b5d4907e
üst 918a03c5
...@@ -1452,20 +1452,6 @@ bool SwDBManager::MergeMailFiles(SwWrtShell* pSourceShell, ...@@ -1452,20 +1452,6 @@ bool SwDBManager::MergeMailFiles(SwWrtShell* pSourceShell,
else if( pTargetView ) // must be available! else if( pTargetView ) // must be available!
{ {
//print the target document //print the target document
#if OSL_DEBUG_LEVEL > 1
bool _bVal;
sal_Int16 _nVal;
OUString _sVal;
const beans::PropertyValue* pDbgPrintOptions = rMergeDescriptor.aPrintOptions.getConstArray();
for( sal_Int32 nOption = 0; nOption < rMergeDescriptor.aPrintOptions.getLength(); ++nOption)
{
OUString aName( pDbgPrintOptions[nOption].Name );
uno::Any aVal( pDbgPrintOptions[nOption].Value );
aVal >>= _bVal;
aVal >>= _nVal;
aVal >>= _sVal;
}
#endif
// printing should be done synchronously otherwise the document // printing should be done synchronously otherwise the document
// might already become invalid during the process // might already become invalid during the process
uno::Sequence< beans::PropertyValue > aOptions( rMergeDescriptor.aPrintOptions ); uno::Sequence< beans::PropertyValue > aOptions( rMergeDescriptor.aPrintOptions );
......
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