https://issues.apache.org/ooo/show_bug.cgi?id=125741

bmarcelly <marce...@club-internet.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marce...@club-internet.fr

--- Comment #4 from bmarcelly <marce...@club-internet.fr> ---
Created attachment 84096
  --> https://issues.apache.org/ooo/attachment.cgi?id=84096&action=edit
Modified macro reading property ParaIsNumberingRestart

I reproduce the crash with attachment 84056 on Apache OpenOffice 4.1.1 Windows
7.
But, doing various editing of the macros, sometimes there is no crash, 
oLeftTopCell is correctly analyzed by the IDE watch.

The crash also happens if I use Xray to analyse oLeftTopCell. This is
consistent because Xray and the watch window use the same introspection
techniques.

Using a debugging version of Xray, I found that the crash occurs when trying to
obtain the value of property ParaIsNumberingRestart (of service
ParagraphProperties).

In my attachment the macro is modified (lines 16,17,18) to read the property
oLeftTopCell.ParaIsNumberingRestart which is a boolean.
Run the macro, you will see :
  error 13 at line : 17
  Data type mismatch.

This error should not happen, this is the symptom of an internal bug.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to