Hi,

>but it only action is to update the unformatted text content of OOo
>clipboard.
>
>I need more hints...

looking again at linux code, showed me something else, now I'm clearing
data using

                        // copy member references on stack so they can
be called
                        // without having the mutex
                        Reference< XClipboardOwner > xOwner( m_aOwner
);
                        Reference< XTransferable > xTrans( m_aContents
);
                        // clear members
                        m_aOwner.clear();
                        m_aContents.clear();

and now the clipboard is ok, at least on my PC :-)
Now going with tests on other installations.

Thanks for assistance,


Bye,

        Yuri Dario

/*
 * member of TeamOS/2 - Italy
 * http://www.os2power.com/yuri
 * http://www.teamos2.it
 */

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to