[Libreoffice-commits] core.git: chart2/source

Tamás Zolnai tamas.zolnai at collabora.com
Thu Jan 5 01:18:08 UTC 2017


 chart2/source/controller/dialogs/tp_ChartType.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit a3cf075880db31f77cd0550e0ee25eca931c6a40
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date:   Thu Jan 5 02:17:51 2017 +0100

    I miss empty lines from between these function definitions
    
    Change-Id: Icec3a948a92bf54bfc442b34cf806e053a9096f3

diff --git a/chart2/source/controller/dialogs/tp_ChartType.cxx b/chart2/source/controller/dialogs/tp_ChartType.cxx
index fedfd2e..46d14e0 100644
--- a/chart2/source/controller/dialogs/tp_ChartType.cxx
+++ b/chart2/source/controller/dialogs/tp_ChartType.cxx
@@ -805,6 +805,7 @@ ChartTypeParameter ChartTypeTabPage::getCurrentParamter() const
     m_pGL3DResourceGroup->fillParameter(aParameter);
     return aParameter;
 }
+
 void ChartTypeTabPage::commitToModel( const ChartTypeParameter& rParameter )
 {
     if( !m_pCurrentMainType )
@@ -814,6 +815,7 @@ void ChartTypeTabPage::commitToModel( const ChartTypeParameter& rParameter )
     ControllerLockGuardUNO aLockedControllers( uno::Reference< frame::XModel >( m_xChartModel, uno::UNO_QUERY ) );
     m_pCurrentMainType->commitToModel( rParameter, m_xChartModel );
 }
+
 void ChartTypeTabPage::stateChanged( ChangingResource* /*pResource*/ )
 {
     if(m_nChangingCalls)
@@ -845,6 +847,7 @@ void ChartTypeTabPage::stateChanged( ChangingResource* /*pResource*/ )
 
     m_nChangingCalls--;
 }
+
 ChartTypeDialogController* ChartTypeTabPage::getSelectedMainType()
 {
     ChartTypeDialogController* pTypeController = nullptr;
@@ -854,6 +857,7 @@ ChartTypeDialogController* ChartTypeTabPage::getSelectedMainType()
         pTypeController = m_aChartTypeDialogControllerList[nM];
     return pTypeController;
 }
+
 IMPL_LINK_NOARG(ChartTypeTabPage, SelectSubTypeHdl, ValueSet*, void)
 {
     if( m_pCurrentMainType )


More information about the Libreoffice-commits mailing list