Hi all, I found something strange when investigating on the following issue: https://bugzilla.novell.com/show_bug.cgi?id=502671
The crash is happening in sw/source/filter/ww8/wrtw8nds.cxx:1925. The IsNumbered() method of the node returns true (which shouldn't be the case), and the GetNumRule() method of the node returns a NULL pointer. What is the difference between GetNum().GetNumRule( ) and GetNumRule( ). They have different results here (one is NULL, the other not). One seems to use a private member, and the other is playing with SfxPoolItem... Does anyone has an idea of the way to go to fix that? -- Cédric Bosdonnat OOo Eclipse Integration developer http://cedric.bosdonnat.free.fr --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
