https://bugs.kde.org/show_bug.cgi?id=253799 Johannes Simon changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #3 from Johannes Simon 2010-10-16 19:13:47 --- SVN commit 1186496 by jsimon: Do not store table:cell-range-address attribute in PlotArea, instead use the proxy model's cell range address as it is the class that manages all data sets and thus responsible for this. It was never forwarded to PlotArea and thus PlotArea had a wrong range. See comment for ChartProxyModel::cellRangeAddress(). This fixes the bug of a wrong cell range address saved in . BUG: 253799 M +5 -0 ChartProxyModel.cpp M +10 -0 ChartProxyModel.h M +2 -22 PlotArea.cpp M +1 -0 tests/odf/CMakeLists.txt M +11 -0 tests/odf/TestLoadingBase.cpp M +4 -0 tests/odf/TestLoadingBase.h A tests/odf/default-koffice-chart (directory) A tests/odf/default-koffice-chart/CMakeLists.txt A tests/odf/default-koffice-chart/TestLoading.cpp [License: LGPL (v2+)] A tests/odf/default-koffice-chart/TestLoading.h [License: LGPL (v2+)] A tests/odf/default-koffice-chart/doc (directory) A tests/odf/default-koffice-chart/doc/content.xml A tests/odf/default-koffice-chart/doc/meta.xml A tests/odf/default-koffice-chart/doc/styles.xml A tests/odf/default-koffice-chart/original-doc.odt WebSVN link: http://websvn.kde.org/?view=rev&revision=1186496 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.