diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-03-05 05:03:32 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-03-05 05:38:11 +0100 |
commit | 5254056d0fbc4d05dde43c7ad44c085decf8569d (patch) | |
tree | 7f90c18f437c297fe12cc19dc96914e2b8cace4a /kchart | |
parent | 0a817ecfcd6e71f30c1261d43cb4d019557dd878 (diff) | |
download | koffice-5254056d0fbc4d05dde43c7ad44c085decf8569d.tar.gz koffice-5254056d0fbc4d05dde43c7ad44c085decf8569d.zip |
Fix incorrectly renamed strings
(cherry picked from commit f9f32cc93e35d51abba0fb9f26afc211c60a5ea4)
Diffstat (limited to 'kchart')
-rw-r--r-- | kchart/kdchart/KDChartBarPainter.cpp | 2 | ||||
-rw-r--r-- | kchart/kdchart/KDChartParams.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kchart/kdchart/KDChartBarPainter.cpp b/kchart/kdchart/KDChartBarPainter.cpp index dbf6394a..f70e87e1 100644 --- a/kchart/kdchart/KDChartBarPainter.cpp +++ b/kchart/kdchart/KDChartBarPainter.cpp @@ -1636,7 +1636,7 @@ void KDChartBarPainter::specificPaintData( TQPainter* painter, iDummy1, iDummy2, prevFrontX2 ); }// if( dataset >= datasetStart && dataset <= datasetEnd ) - //Qt::Vertical advancement in stacked or percent only if there was a value + // Vertical advancement in stacked or percent only if there was a value // Pending Michel add sideBarHeight in case we are in 3D mode but not for Percent // where we need to display the top rect but cant resize the YAxis. if ( params()->barChartSubType() == KDChartParams::BarStacked || diff --git a/kchart/kdchart/KDChartParams.cpp b/kchart/kdchart/KDChartParams.cpp index efc2362c..333b12e9 100644 --- a/kchart/kdchart/KDChartParams.cpp +++ b/kchart/kdchart/KDChartParams.cpp @@ -6675,7 +6675,7 @@ void KDChartParams::setBWChartPrintStatistics( BWStatVal statValue, prints the legend entries below each other, Qt::Horizontal prints them aside each other. - \noteQt::Horizontal orientation is only possible if the chart is NOT making + \note Horizontal orientation is only possible if the chart is NOT making room in horizontal direction, this means you may specify horizontal orientation if the legend position in one of the following values only: LegendTop, LegendBottom, LegendTopLeftTop, LegendTopRightTop, |