Issue 114674 - Error: ImpBreakLine: Start >= End?
Summary: Error: ImpBreakLine: Start >= End?
Status: CONFIRMED
Alias: None
Product: Internationalization
Classification: Code
Component: code (show other issues)
Version: DEV300m87
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-22 12:48 UTC by Frank Schönheit
Modified: 2013-08-07 14:59 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
document to reproduce the bug case (66.89 KB, application/vnd.sun.xml.base)
2010-09-22 12:49 UTC, Frank Schönheit
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Frank Schönheit 2010-09-22 12:48:46 UTC
- open the attached database document
- execute the contained report by double-clicking it
=> an assertion pops up saying
  Error: ImpBreakLine: Start >= End?
  From File ooo/editeng/source/editeng/impedit3.cxx at Line 1838

This happens very often to me when executing a report which contains a chart ...
Comment 1 Frank Schönheit 2010-09-22 12:49:42 UTC
Created attachment 71808 [details]
document to reproduce the bug case
Comment 2 Frank Schönheit 2010-09-22 12:50:02 UTC
assertion bug, hindering work with the non-product release => targeting to the
next feasible non-micro release
Comment 3 Frank Schönheit 2010-09-22 12:51:08 UTC
note: the assertion happens in DEV300m87, but *not* in DEV300m88, since there a
bug exists (issue 114438) which breaks the charts. Once this bug is fixed, the
assertion will re-appear.