Bugzilla – Attachment 147822 Details for
Bug 122325
FILEOPEN PPTX shape with direct values in arcTo command is not rendered
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
suspicious lines
guess.diff (text/plain), 865 bytes, created by
Regina Henschel
on 2018-12-25 23:39:14 UTC
(
hide
)
Description:
suspicious lines
Filename:
MIME Type:
Creator:
Regina Henschel
Created:
2018-12-25 23:39:14 UTC
Size:
865 bytes
patch
obsolete
>diff --git a/oox/source/drawingml/customshapeproperties.cxx b/oox/source/drawingml/customshapeproperties.cxx >index 323831166f59..4c04cf2f94a7 100644 >--- a/oox/source/drawingml/customshapeproperties.cxx >+++ b/oox/source/drawingml/customshapeproperties.cxx >@@ -237,8 +237,8 @@ void CustomShapeProperties::pushToPropSet( > // This size specifically affects scaling. > // Note 2: Width and Height are set to 0 to force scaling to 1. > awt::Rectangle aViewBox( 0, 0, aSize.Width, aSize.Height ); >- if( !maGuideList.empty() ) >- aViewBox = awt::Rectangle( 0, 0, 0, 0 ); >+/* if( !maGuideList.empty() ) >+ aViewBox = awt::Rectangle( 0, 0, 0, 0 );*/ > aPropertyMap.setProperty( PROP_ViewBox, aViewBox); > > Sequence< EnhancedCustomShapeAdjustmentValue > aAdjustmentValues( maAdjustmentGuideList.size() );
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 122325
:
147821
| 147822 |
164967