diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-10-22 19:02:46 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-11-19 13:47:39 +0100 |
commit | 73fcf2ad125c867618a97ea4f341279821091a01 (patch) | |
tree | 4c3e92e00c76b567686220dccc37be14cf937dc5 /chart2/inc | |
parent | 1ccab525dbb71ca26c0d280319ce4ff829be6ed6 (diff) |
we need to init manually now
Change-Id: I1374814e549dcbb33de75ffa118d1eccfd168893
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/ChartView.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chart2/inc/ChartView.hxx b/chart2/inc/ChartView.hxx index d56fe1433085..2731d2d2fcd3 100644 --- a/chart2/inc/ChartView.hxx +++ b/chart2/inc/ChartView.hxx @@ -76,6 +76,9 @@ class ChartView : public ::cppu::WeakImplHelper10< , public ExplicitValueProvider , private SfxListener { +private: + void init(); + public: ChartView(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xContext, |