Issue 119383 - [non-pro] Assertion:PolyPolygon object without geometry detected
Summary: [non-pro] Assertion:PolyPolygon object without geometry detected
Status: CONFIRMED
Alias: None
Product: Draw
Classification: Application
Component: code (show other issues)
Version: 3.4.0
Hardware: PC All
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-19 19:45 UTC by Regina Henschel
Modified: 2012-06-13 08:15 UTC (History)
2 users (show)

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


Attachments
screenshot (56.38 KB, image/png)
2012-06-13 06:19 UTC, Du Jing
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Regina Henschel 2012-05-19 19:45:52 UTC
In a debug build on WinXp I do this:

1. Take a spreadsheet document, make a column labeled 'x' and a column labeled 'y'. Enter some dummy values and generate an XY-chart with only points.
2. Click a data point; the data series is marked. Right-click and choose "Format data series". Choose dialog page 'line'.

The error message is:
Error: PolyPolygon object without geometry detected, this should not be created (!) From File c:/AOO_2012_05_git/trunk/main/svx/source/sdr/contact/viewcontactofsdrpathobj.cxx at Line 67

3. Continue formatting. Click on Icon Select > Symbols.

The error message is:
Error: assertion failed! From File c:/AOO_2012_05_git/trunk/main/svx/source/svdraw/svdpage.cxx at Line 761

Ariel got the additional message:
Error:
file:///home/ariel/OOo/AOO/openoffice.org3/program/../basis-link/program/resource/galen-US.res
Class: String, Id: 6015. Cannot load resource! 
Resource Stack
Comment 1 Armin Le Grand 2012-05-20 11:23:28 UTC
ALG: This is strange. AFAIR that error message is currently used in aw080 (which is not reintegrated yet). Hmmm.
Comment 2 Du Jing 2012-06-13 06:18:32 UTC
in AOO 3.4 I can't reproduce the defect,steps as below,but i don't confirm whether the scene is same with your problem.

1.new a spreadsheet document,and make a column labeled 'x' and a column labeled 'y'. Enter some values and generate an chart
2.Click a data point; the data series is marked. Right-click and choose "Format data series". Choose dialog page 'line'.

but no any error message pop up,please check the screenshot in attachment.
Comment 3 Du Jing 2012-06-13 06:19:23 UTC
Created attachment 78282 [details]
screenshot
Comment 4 Regina Henschel 2012-06-13 08:15:36 UTC
(In reply to comment #3)
> Created attachment 78282 [details]
> screenshot

You have used a "Column chart". A "Column" chart does not have the property "line". The error is with an XY-chart. Please try again.

I see the same error with a "Line" chart.

My build is from revision 1341841 on WinXP.