summaryrefslogtreecommitdiff
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.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/chart2/source/inc/ErrorBar.hxx b/chart2/source/inc/ErrorBar.hxx
index 041e4aa6a5ab..4b586aefc8a9 100644
--- a/chart2/source/inc/ErrorBar.hxx
+++ b/chart2/source/inc/ErrorBar.hxx
@@ -50,6 +50,10 @@
namespace chart
{
+OOO_DLLPUBLIC_CHARTTOOLS ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createErrorBar(
+ const ::com::sun::star::uno::Reference<
+ ::com::sun::star::uno::XComponentContext > & xContext );
+
namespace impl
{
typedef ::cppu::WeakImplHelper6<
@@ -62,7 +66,7 @@ typedef ::cppu::WeakImplHelper6<
ErrorBar_Base;
}
-class OOO_DLLPUBLIC_CHARTTOOLS ErrorBar :
+class ErrorBar :
public MutexContainer,
public impl::ErrorBar_Base,
public ::property::OPropertySet