summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
index f0cff4cc2d06..c0d128d47a2d 100644
--- a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
+++ b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
@@ -71,7 +71,7 @@ public:
virtual ~DataSeriesPointWrapper();
bool isSupportingAreaProperties();
- bool isLinesForbidden();
+ bool isLinesForbidden() { return !m_bLinesAllowed;}
/// XServiceInfo declarations
APPHELPER_XSERVICEINFO_DECL()