To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78785
------- Additional comments from [EMAIL PROTECTED] Fri Jun 22 01:35:09 +0000
2007 -------
Here is a patch to fix:
Index: source/controller/chartapiwrapper/ChartDataWrapper.cxx
===================================================================
RCS file:
/cvs/graphics/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx,v
retrieving revision 1.5
diff -u -r1.5 ChartDataWrapper.cxx
--- chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx 22 May
2007 17:16:54 -0000 1.5
+++ chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx 22 Jun
2007 01:34:02 -0000
@@ -500,7 +500,7 @@
for( sal_Int32 nInner=0; nInner<nInnerSize; ++nInner )
{
- uno::Sequence< double > aValues(
+ uno::Sequence< double > aValues = uno::Sequence< double > (
lcl_DataSequenceToDoubleSeq() (aSequenceVector[nInner]
));
sal_Int32 nMax = ::std::min( nOuterSize,
aValues.getLength());
for( sal_Int32 nOuter=0; nOuter<nMax; ++nOuter )
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]