summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/VDataSeries.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/main/VDataSeries.cxx')
-rw-r--r--chart2/source/view/main/VDataSeries.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/VDataSeries.cxx b/chart2/source/view/main/VDataSeries.cxx
index e9a16e7dbf3a..53bf1ad8f619 100644
--- a/chart2/source/view/main/VDataSeries.cxx
+++ b/chart2/source/view/main/VDataSeries.cxx
@@ -96,7 +96,7 @@ namespace
{
struct lcl_LessXOfPoint
{
- inline bool operator() ( const std::vector< double >& first,
+ bool operator() ( const std::vector< double >& first,
const std::vector< double >& second )
{
if( !first.empty() && !second.empty() )