summaryrefslogtreecommitdiff
path: root/oox/source/export
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/export')
-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;