summaryrefslogtreecommitdiff
path: root/oox/source/export/chartexport.cxx
diff options
context:
space:
mode:
authorThomas Viehmann <tv@beamnet.de>2014-09-01 22:32:26 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-09-01 15:39:42 -0500
commitfba7b58a9ddaa829892bf3a3e8f3dd6970664f78 (patch)
tree0a3f892518edb1b9733fc65ce28c8ed74ca01e66 /oox/source/export/chartexport.cxx
parent1a91abb451806bd93a08953c6a1afdb88995705e (diff)
fix typo Sufface->Surface
Change-Id: I90847d0edbc2c13e405562647b150012bc5df7e2 Reviewed-on: https://gerrit.libreoffice.org/11249 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'oox/source/export/chartexport.cxx')
-rw-r--r--oox/source/export/chartexport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx
index 27b9385648d6..d074fe2da3f7 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -1116,7 +1116,7 @@ void ChartExport::exportPlotArea( )
}
case chart::TYPEID_SURFACE:
{
- exportSuffaceChart( xChartType );
+ exportSurfaceChart( xChartType );
break;
}
default:
@@ -1612,7 +1612,7 @@ void ChartExport::exportUpDownBars( Reference< chart2::XChartType > xChartType)
}
}
-void ChartExport::exportSuffaceChart( Reference< chart2::XChartType > xChartType )
+void ChartExport::exportSurfaceChart( Reference< chart2::XChartType > xChartType )
{
FSHelperPtr pFS = GetFS();
sal_Int32 nTypeId = XML_surfaceChart;