summaryrefslogtreecommitdiff
path: root/cui/source/options/optchart.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optchart.cxx')
-rw-r--r--cui/source/options/optchart.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optchart.cxx b/cui/source/options/optchart.cxx
index 975f1d64e3ec..1c8958452dd9 100644
--- a/cui/source/options/optchart.cxx
+++ b/cui/source/options/optchart.cxx
@@ -240,7 +240,7 @@ long SvxDefaultColorOptPage::GetColorIndex( const Color& rCol )
return pColorList->GetIndex( pColorEntry->GetName() );
}
}
- return -1L;
+ return -1;
}