On 16/12/2009 11:15, Matthias B. wrote: > On Thu, Nov 26, 2009 at 6:00 PM, Michael Stahl <[email protected]> wrote: > >> yes, i removed the XTextField interface at the writer's SwXTextPortion > > Could you give a list of all interfaces that were removed (at least > XTextContent and XTextField) so that we can check our code. > > Matthias
hello Matthias, the removed interfaces are XTextField and all base interfaces of XTextField that are not base interfaces of other interfaces implemented by SwXTextPortion; that seem to be XTextContent and XComponent. the XTextContent attach method was implemented as a throw RuntimeException (because TextPortions by definition are already attached), so you're likely not using it :) regards, michael -- "Ask her to wait a moment - I am almost done." -- Carl Friedrich Gauss (1777-1855), while working, when informed that his wife is dying --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
