diff options
author | Noel Grandin <noel@peralex.com> | 2014-10-08 11:02:03 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-10-08 11:02:55 +0200 |
commit | fbf3aa391b4c47b00650a868e5ae5cade9025e87 (patch) | |
tree | dc05afd3e9e5570719d2f23840b18b3fca9b45bb /chart2 | |
parent | 35da89fa1428f5286304fc707252242554d49ea6 (diff) |
spelling: instanciated -> instantiated
Change-Id: I99f3010e30f81786b938dc11736ea1597cd5530d
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/axes/VCoordinateSystem.cxx | 2 | ||||
-rw-r--r-- | chart2/source/view/charttypes/VSeriesPlotter.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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" |