Hi Christoph,
Any Ideas how to avoid the removal of the texttable (without using the
dispatch-framework!) are welcome
mmm ... in my OOo 2.0.2 you code works like a charm even with TextTables
... anyway to make a special treatment for them you could do something
like this:
REM the cursor is already present
cursor.goRight(1, false)
cursor.goLeft(1, true)
if (isEmpty(cursor.TextTable) then
cursor.setString("")
endif
Hope that helps
Regards
Stephan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]