diff options
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optchart.cxx | 2 |
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; } |