summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/template/ChartTypeTemplate.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-07-08 11:43:35 +0300
committerTor Lillqvist <tml@collabora.com>2015-07-08 12:39:53 +0300
commit93e7870f31065ceda3485cb9390374d240587a78 (patch)
treead9c3395df622e6c0c3da08880055e47d49fb3a9 /chart2/source/model/template/ChartTypeTemplate.cxx
parentsw: remove boost::bind from PagePropertyPanel (diff)
downloadcore-93e7870f31065ceda3485cb9390374d240587a78.tar.gz
core-93e7870f31065ceda3485cb9390374d240587a78.zip
s/Coordiante/Coordinate
Change-Id: Iac584b09844b5877586061e9a44b1f7473bffed4
Diffstat (limited to 'chart2/source/model/template/ChartTypeTemplate.cxx')
-rw-r--r--chart2/source/model/template/ChartTypeTemplate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/template/ChartTypeTemplate.cxx b/chart2/source/model/template/ChartTypeTemplate.cxx
index f42adadc51cd..2fb754bcba81 100644
--- a/chart2/source/model/template/ChartTypeTemplate.cxx
+++ b/chart2/source/model/template/ChartTypeTemplate.cxx
@@ -872,7 +872,7 @@ void ChartTypeTemplate::createChartTypes(
}
}
-void ChartTypeTemplate::copyPropertiesFromOldToNewCoordianteSystem(
+void ChartTypeTemplate::copyPropertiesFromOldToNewCoordinateSystem(
const Sequence< Reference< XChartType > > & rOldChartTypesSeq,
const Reference< XChartType > & xNewChartType )
{