summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unochart.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unochart.cxx')
-rw-r--r--sw/source/core/unocore/unochart.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unochart.cxx b/sw/source/core/unocore/unochart.cxx
index 4c096178bab4..582c09942c80 100644
--- a/sw/source/core/unocore/unochart.cxx
+++ b/sw/source/core/unocore/unochart.cxx
@@ -585,7 +585,7 @@ uno::Reference< chart2::data::XDataSource > SwChartDataProvider::Impl_createData
OUString aChartTableName;
const SwNodes& rNodes = m_pDoc->GetNodes();
- for( sal_uLong nN = rNodes.Count(); nN--; )
+ for( SwNodeOffset nN = rNodes.Count(); nN--; )
{
SwNode* pNode = rNodes[nN];
if( !pNode )