OSDN Git Service

CompoundTextInfo.collapse(): When end=True, don't assume that the end TextInfo is...
authorJames Teh <jamie@jantrid.net>
Tue, 21 Sep 2010 04:45:25 +0000 (14:45 +1000)
committerJames Teh <jamie@jantrid.net>
Tue, 21 Sep 2010 04:45:25 +0000 (14:45 +1000)
commit5ead33c9c493b2edc45e365321b55f61c2456459
treed015224cdedbcb7e5331a24010ead42e38c85ab8
parent8478d981f38a6d0ce7a0981714d0f586d3936ac6
CompoundTextInfo.collapse(): When end=True, don't assume that the end TextInfo is at the end of its object. If it isn't, just collapse to the end of the end TextInfo without moving on to the next object. Fixes say all in multi-line paragraphs in Symphony/OOo documents.
Fixes #910.
source/compoundDocuments.py