From 2dc980990316e1efd1c21ecc5050bbc134838f7a Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Thu, 27 Oct 2016 10:08:16 +0300 Subject: Make XServiceInfo match what's in .component file also should match the entry in officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu Change-Id: If5f532d428bfcd925123ab83df6185680a04249e --- chart2/source/controller/chartcontroller.component | 2 +- chart2/source/controller/main/ToolbarController.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'chart2') diff --git a/chart2/source/controller/chartcontroller.component b/chart2/source/controller/chartcontroller.component index 2348063d8d45..01201cbb2494 100644 --- a/chart2/source/controller/chartcontroller.component +++ b/chart2/source/controller/chartcontroller.component @@ -53,6 +53,6 @@ - + diff --git a/chart2/source/controller/main/ToolbarController.cxx b/chart2/source/controller/main/ToolbarController.cxx index b7f2d3536730..072804b7eea2 100644 --- a/chart2/source/controller/main/ToolbarController.cxx +++ b/chart2/source/controller/main/ToolbarController.cxx @@ -113,7 +113,7 @@ void ChartToolbarController::update() OUString ChartToolbarController::getImplementationName() throw (css::uno::RuntimeException, std::exception) { - return OUString("org.libreoffice.chart2.ChartToolbarController"); + return OUString("org.libreoffice.chart2.Chart2ToolboxController"); } sal_Bool ChartToolbarController::supportsService(OUString const & ServiceName) -- cgit