Bugzilla – Attachment 65028 Details for
Bug 47434
FILEOPEN pptx arrows are shifted to the left
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
fdo47434.diff (text/plain), 595 bytes, created by
Muthu
on 2012-08-01 11:08:26 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Muthu
Created:
2012-08-01 11:08:26 UTC
Size:
595 bytes
patch
obsolete
>diff --git a/svx/source/svdraw/svdoashp.cxx b/svx/source/svdraw/svdoashp.cxx >--- a/svx/source/svdraw/svdoashp.cxx >+++ b/svx/source/svdraw/svdoashp.cxx >@@ -3026,6 +3026,9 @@ void SdrObjCustomShape::TRSetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, > // build and set BaseRect (use scale) > Point aPoint = Point(); > Size aSize(FRound(aScale.getX()), FRound(aScale.getY())); >+ // We need a valid rectangle here >+ if( !aSize.Height() ) aSize.setHeight( 1 ); >+ if( !aSize.Width() ) aSize.setWidth( 1 ); > Rectangle aBaseRect(aPoint, aSize); > SetSnapRect(aBaseRect); >
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 47434
:
58591
|
58592
|
58593
|
58594
|
61541
|
61542
| 65028