Kaydet (Commit) 26aebe26 authored tarafından Michael Stahl's avatar Michael Stahl

vcl: use SAL_INFO for available X11 clipboard formats

Change-Id: Ifbd87e59fa91241dd5852f7dc6b63e65d8ca6bad
üst 394c5057
......@@ -407,6 +407,7 @@ certain functionality.
@li @c vcl.sm - Session Manager
@li @c vcl.unity
@li @c vcl.unx.print
@li @c vcl.unx.dtrans
@li @c vcl.virdev
@li @c vcl.window
@li @c vcl.wmf
......
......@@ -1305,10 +1305,8 @@ bool SelectionManager::getPasteDataTypes( Atom selection, Sequence< DataFlavor >
sal_Int32 nNativeTypesIndex = 0;
while( nAtoms-- )
{
#if OSL_DEBUG_LEVEL > 1
if( *pAtoms && *pAtoms < 0x01000000 )
fprintf( stderr, "native type: %s\n", OUStringToOString( getString( *pAtoms ), RTL_TEXTENCODING_ISO_8859_1 ).getStr() );
#endif
SAL_INFO_IF(*pAtoms && *pAtoms < 0x01000000, "vcl.unx.dtrans",
"getPasteDataTypes: available: \"" << getString(*pAtoms) << "\"");
if( *pAtoms == m_nCOMPOUNDAtom )
bHaveText = bHaveCompound = true;
else if( *pAtoms && *pAtoms < 0x01000000 )
......
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