diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-01-04 12:41:46 +0100 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2016-01-06 17:04:22 +0000 |
commit | 5e65c273c61cfc78304d1d62a21a18953b643c50 (patch) | |
tree | 029342b7ef4e18b141ee649ca56cdd5bcba94e12 /chart2/source/model | |
parent | 90e1baf4ed1cf03bec430870d870ede0984f9adc (diff) |
Fix typos
Change-Id: Ie0578dcca6cbf4edb62544109d616a081888f369
Reviewed-on: https://gerrit.libreoffice.org/21140
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'chart2/source/model')
-rw-r--r-- | chart2/source/model/filter/XMLFilter.cxx | 2 | ||||
-rw-r--r-- | chart2/source/model/template/ChartTypeTemplate.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/model/filter/XMLFilter.cxx b/chart2/source/model/filter/XMLFilter.cxx index dc49724c4776..c18ac15632b1 100644 --- a/chart2/source/model/filter/XMLFilter.cxx +++ b/chart2/source/model/filter/XMLFilter.cxx @@ -364,7 +364,7 @@ sal_Int32 XMLFilter::impl_Import( // Set base URI and Hierarchical Name OUString aHierarchName, aBaseUri; - // why retrieve this from the model when it's availabe as rMediaDescriptor? + // why retrieve this from the model when it's available as rMediaDescriptor? uno::Reference<frame::XModel> const xModel(m_xTargetDoc, uno::UNO_QUERY); if( xModel.is() ) { diff --git a/chart2/source/model/template/ChartTypeTemplate.hxx b/chart2/source/model/template/ChartTypeTemplate.hxx index 629f32e4f9cc..8b038240b047 100644 --- a/chart2/source/model/template/ChartTypeTemplate.hxx +++ b/chart2/source/model/template/ChartTypeTemplate.hxx @@ -146,7 +146,7 @@ protected: // Methods for creating the diagram piecewise - /** Allows derived classes to manipulate the diagramas whole, like changing + /** Allows derived classes to manipulate the diagrams whole, like changing the wall color. The default implementation is empty. It is called by FillDiagram which is called by createDiagramByDataSource and changeDiagram |