From fbf3aa391b4c47b00650a868e5ae5cade9025e87 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 8 Oct 2014 11:02:03 +0200 Subject: spelling: instanciated -> instantiated Change-Id: I99f3010e30f81786b938dc11736ea1597cd5530d --- chart2/source/view/axes/VCoordinateSystem.cxx | 2 +- chart2/source/view/charttypes/VSeriesPlotter.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'chart2') diff --git a/chart2/source/view/axes/VCoordinateSystem.cxx b/chart2/source/view/axes/VCoordinateSystem.cxx index a503703d28a4..457ff8288c24 100644 --- a/chart2/source/view/axes/VCoordinateSystem.cxx +++ b/chart2/source/view/axes/VCoordinateSystem.cxx @@ -56,7 +56,7 @@ VCoordinateSystem* VCoordinateSystem::createCoordinateSystem( OUString aViewServiceName = xCooSysModel->getViewServiceName(); - //@todo: in future the coordinatesystems should be instanciated via service factory + //@todo: in future the coordinatesystems should be instantiated via service factory VCoordinateSystem* pRet=NULL; if( aViewServiceName.equals( CHART2_COOSYSTEM_CARTESIAN_VIEW_SERVICE_NAME ) ) pRet = new VCartesianCoordinateSystem(xCooSysModel); diff --git a/chart2/source/view/charttypes/VSeriesPlotter.cxx b/chart2/source/view/charttypes/VSeriesPlotter.cxx index 5bd41252f874..1d83148831c1 100644 --- a/chart2/source/view/charttypes/VSeriesPlotter.cxx +++ b/chart2/source/view/charttypes/VSeriesPlotter.cxx @@ -44,7 +44,7 @@ #include "DiagramHelper.hxx" #include "defines.hxx" -//only for creation: @todo remove if all plotter are uno components and instanciated via servicefactory +//only for creation: @todo remove if all plotter are uno components and instantiated via servicefactory #include "BarChart.hxx" #include "PieChart.hxx" #include "AreaChart.hxx" -- cgit