b61abf6b13
In the copy ctor, the vector must not be initialized with the constructor
that takes an integer, because that causes it to have that many
elements, which together with the loop that copies all source elements
leads to a vector with twice as many elements.
This causes a crash in writer when dragging the row separator line in a
table, because that code doesn't expect the item to have more elements
than the table has rows.
(regression from
|
||
---|---|---|
.. | ||
doc | ||
inc | ||
prj | ||
qa/unoapi | ||
sdi | ||
source | ||
util | ||
workben | ||
xml | ||
AllLangResTarget_gal.mk | ||
AllLangResTarget_ofa.mk | ||
AllLangResTarget_svx.mk | ||
AllLangResTarget_textconversiondlgs.mk | ||
JunitTest_svx_unoapi.mk | ||
Library_svx.mk | ||
Library_svxcore.mk | ||
Library_textconversiondlgs.mk | ||
Makefile | ||
Module_svx.mk | ||
Package_globlmn_hrc.mk | ||
Package_inc.mk | ||
Package_sdi.mk |