Branch: r14.0.x

7a735e82 2015-03-04 22:37:20 Slávek Banko
Fix incorrectly renamed strings
(cherry picked from commit c567527c59d69ad25c5eead2a5b7fa16f3c3b5b0)
M libkdchart/KDChartBarPainter.cpp
M libkdchart/KDChartParams.cpp
diff --git a/libkdchart/KDChartBarPainter.cpp b/libkdchart/KDChartBarPainter.cpp
index dbf6394..f70e87e 100644
--- a/libkdchart/KDChartBarPainter.cpp
+++ b/libkdchart/KDChartBarPainter.cpp
@@ -1636,7 +1636,7 @@
                                             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/libkdchart/KDChartParams.cpp b/libkdchart/KDChartParams.cpp
index efc2362..333b12e 100644
--- a/libkdchart/KDChartParams.cpp
+++ b/libkdchart/KDChartParams.cpp
@@ -6675,7 +6675,7 @@
   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,