Issue 119546

Summary: [From Symphony]he table border got lost when open the .ppt file in AOO
Product: Impress Reporter: Li Feng Wang <phoenix.wanglf>
Component: open-importAssignee: Andre <awf.aoo>
Status: CLOSED FIXED QA Contact:
Severity: Normal    
Priority: P2 CC: awf.aoo, debin.lei, doneyourself, liushenf
Version: 3.4.0   
Target Milestone: 4.0.0   
Hardware: PC   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
ppt sample file with table
none
patch for ppt table border lost issue debin.lei: review?

Description Li Feng Wang 2012-05-30 03:16:13 UTC
Created attachment 77754 [details]
ppt sample file with table

build:
AOO3.4 r1327774

steps:
1)open sample ppt file with AOO3.4 

defect:
table border got lost
Comment 1 Lei Debin 2012-06-11 08:00:18 UTC
I am looking at the issue
Comment 2 Lei Debin 2012-06-11 08:12:14 UTC
I am looking at the issue
Comment 3 Lei Debin 2012-06-11 08:41:50 UTC
The line width (record ID: DFF_Prop_lineWidth) of the shapes (table group) is 0.
The table border line width is 0 but the line style is solid. 
AOO handle no border table with 0 line width and nofill line style.
So when the line style exist, avoid 0 and set the min line width up to 1.
Comment 4 Lei Debin 2012-06-11 08:59:39 UTC
Created attachment 78231 [details]
patch for ppt table border lost issue
Comment 5 Andre 2012-06-12 11:15:03 UTC
Reviewing.
Comment 6 Andre 2012-06-12 12:07:21 UTC
Reviewed, tested, commited.  SVN revision is 1349286.
Comment 7 liuping 2012-06-21 06:41:50 UTC
verify the fixing result ,pass