summaryrefslogtreecommitdiffstats
path: root/chart2/source/inc/ErrorBar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/ErrorBar.hxx')
-rw-r--r--chart2/source/inc/ErrorBar.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/chart2/source/inc/ErrorBar.hxx b/chart2/source/inc/ErrorBar.hxx
index 1b76c9c3001b..dee86eaa5f25 100644
--- a/chart2/source/inc/ErrorBar.hxx
+++ b/chart2/source/inc/ErrorBar.hxx
@@ -23,6 +23,7 @@
#include "ServiceMacros.hxx"
#include "ModifyListenerHelper.hxx"
#include "charttoolsdllapi.hxx"
+#include "LineProperties.hxx"
#include <cppuhelper/implbase7.hxx>
#include <comphelper/uno3.hxx>
@@ -59,7 +60,8 @@ typedef ::cppu::WeakImplHelper7<
class ErrorBar :
public MutexContainer,
- public impl::ErrorBar_Base
+ public impl::ErrorBar_Base,
+ public LineProperties
{
private:
bool mbShowPositiveError;