Bugzilla – Attachment 135107 Details for
Bug 111173
FILEOPEN Calc crashes when opening XLSX with chart.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
quick patch
patch.txt (text/plain), 1.13 KB, created by
Julien Nabet
on 2017-08-03 21:14:56 UTC
(
hide
)
Description:
quick patch
Filename:
MIME Type:
Creator:
Julien Nabet
Created:
2017-08-03 21:14:56 UTC
Size:
1.13 KB
patch
obsolete
>diff --git a/chart2/source/view/charttypes/PieChart.cxx b/chart2/source/view/charttypes/PieChart.cxx >index 184d824ce919..b83042c2b9ec 100644 >--- a/chart2/source/view/charttypes/PieChart.cxx >+++ b/chart2/source/view/charttypes/PieChart.cxx >@@ -355,15 +355,17 @@ void PieChart::createTextLabelShape( > ///the current label in order to simplify later label position rearrangement; > uno::Reference< container::XChild > xChild( aPieLabelInfo.xTextShape, uno::UNO_QUERY ); > if( xChild.is() ) >+ { > aPieLabelInfo.xLabelGroupShape.set( xChild->getParent(), uno::UNO_QUERY ); >- aPieLabelInfo.fValue = nVal; >- aPieLabelInfo.bMovementAllowed = bMovementAllowed; >- aPieLabelInfo.bMoved= false; >- aPieLabelInfo.xTextTarget = xTextTarget; >+ aPieLabelInfo.fValue = nVal; >+ aPieLabelInfo.bMovementAllowed = bMovementAllowed; >+ aPieLabelInfo.bMoved= false; >+ aPieLabelInfo.xTextTarget = xTextTarget; > >- if (bMovementAllowed) >- { >- performLabelBestFit(rParam, aPieLabelInfo); >+ if (bMovementAllowed) >+ { >+ performLabelBestFit(rParam, aPieLabelInfo); >+ } > } > >
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 111173
:
135081
|
135091
| 135107