diff options
Diffstat (limited to 'chart2/source/controller')
-rw-r--r-- | chart2/source/controller/dialogs/tp_SeriesToAxis.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/tp_SeriesToAxis.cxx b/chart2/source/controller/dialogs/tp_SeriesToAxis.cxx index f956ee6fc6fb..613cbd6172ab 100644 --- a/chart2/source/controller/dialogs/tp_SeriesToAxis.cxx +++ b/chart2/source/controller/dialogs/tp_SeriesToAxis.cxx @@ -199,7 +199,7 @@ void SchOptionTabPage::Reset(const SfxItemSet* rInAttrs) m_pRB_AssumeZero->Enable(false); m_pRB_ContinueLine->Enable(false); - for( sal_Int32 nN =0; nN<aMissingValueTreatments.size(); nN++ ) + for( size_t nN =0; nN<aMissingValueTreatments.size(); nN++ ) { sal_Int32 nVal = aMissingValueTreatments[nN]; if(nVal==::com::sun::star::chart::MissingValueTreatment::LEAVE_GAP) |