[Libreoffice-commits] core.git: include/oox oox/source

Thomas Viehmann tv at beamnet.de
Mon Sep 1 13:40:06 PDT 2014


 include/oox/export/chartexport.hxx |    2 +-
 oox/source/export/chartexport.cxx  |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit fba7b58a9ddaa829892bf3a3e8f3dd6970664f78
Author: Thomas Viehmann <tv at beamnet.de>
Date:   Mon Sep 1 22:32:26 2014 +0200

    fix typo Sufface->Surface
    
    Change-Id: I90847d0edbc2c13e405562647b150012bc5df7e2
    Reviewed-on: https://gerrit.libreoffice.org/11249
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx
index 2fd383b..ed8743c 100644
--- a/include/oox/export/chartexport.hxx
+++ b/include/oox/export/chartexport.hxx
@@ -138,7 +138,7 @@ private:
     void exportRadarChart( com::sun::star::uno::Reference< com::sun::star::chart2::XChartType > xChartType );
     void exportScatterChart( com::sun::star::uno::Reference< com::sun::star::chart2::XChartType > xChartType );
     void exportStockChart( com::sun::star::uno::Reference< com::sun::star::chart2::XChartType > xChartType );
-    void exportSuffaceChart( com::sun::star::uno::Reference< com::sun::star::chart2::XChartType > xChartType );
+    void exportSurfaceChart( com::sun::star::uno::Reference< com::sun::star::chart2::XChartType > xChartType );
     void exportHiLowLines();
     void exportUpDownBars(com::sun::star::uno::Reference< com::sun::star::chart2::XChartType > xChartType );
 
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx
index 27b9385..d074fe2 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;


More information about the Libreoffice-commits mailing list