summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/template/CandleStickChartType.cxx
diff options
context:
space:
mode:
authorUrsache Vladimir <ursache@collabora.co.uk>2015-02-12 03:47:36 +0200
committerJan Holesovsky <kendy@collabora.com>2015-02-12 18:11:37 +0100
commit917bd2350cfb0e697595cdb7bd61fdfd00b9faa3 (patch)
tree2faa4db0b3602a40b693345662c060922869083d /chart2/source/model/template/CandleStickChartType.cxx
parentfdo#39468 translated german comments (diff)
downloadcore-917bd2350cfb0e697595cdb7bd61fdfd00b9faa3.tar.gz
core-917bd2350cfb0e697595cdb7bd61fdfd00b9faa3.zip
Use constructors for services from chartcore.component.
Change-Id: I72227b45f305734060a669275044f6f9c8859bc5
Diffstat (limited to 'chart2/source/model/template/CandleStickChartType.cxx')
-rw-r--r--chart2/source/model/template/CandleStickChartType.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/chart2/source/model/template/CandleStickChartType.cxx b/chart2/source/model/template/CandleStickChartType.cxx
index 85660ee85099..fc6baa6c1225 100644
--- a/chart2/source/model/template/CandleStickChartType.cxx
+++ b/chart2/source/model/template/CandleStickChartType.cxx
@@ -362,4 +362,11 @@ css::uno::Sequence< OUString > SAL_CALL CandleStickChartType::getSupportedServic
} // namespace chart
+extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SAL_CALL
+com_sun_star_comp_chart_CandleStickChartType_get_implementation(css::uno::XComponentContext *context,
+ css::uno::Sequence<css::uno::Any> const &)
+{
+ return cppu::acquire(new ::chart::CandleStickChartType(context));
+}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */