summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-15 16:11:25 +0000
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-10 07:39:52 +0200
commita179305c35125f2a3a5388c753fd5419150f52b3 (patch)
tree6ff0a36bc533b556bcd428976a44e58c4c9f7eab /chart2
parent3feaff84fafc23c26ff9c6a716709f17a6c8330b (diff)
Fix typos
Information is always singular Change-Id: I55275d7c2fd76c3ec0ae4a98aa952777feb90460 Reviewed-on: https://gerrit.libreoffice.org/75645 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/ChartView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx
index 9aac3c2c209a..3c4d4eb5828b 100644
--- a/chart2/source/view/main/ChartView.cxx
+++ b/chart2/source/view/main/ChartView.cxx
@@ -2703,7 +2703,7 @@ void SAL_CALL ChartView::update()
//#i100778# migrate all imported or old documents to a plot area sizing exclusive axes (in case the save settings allow for this):
//Although in general it is a bad idea to change the model from within the view this is exceptionally the best place to do this special conversion.
//When a view update is requested (what happens for creating the metafile or displaying
- //the chart in edit mode or printing) it is most likely that all necessary information are available - like the underlying spreadsheet data for example.
+ //the chart in edit mode or printing) it is most likely that all necessary information is available - like the underlying spreadsheet data for example.
//Those data are important for the correct axis label sizes which are needed during conversion.
if( DiagramHelper::switchDiagramPositioningToExcludingPositioning( mrChartModel, true, false ) )
impl_updateView();