summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2016-10-27 10:08:16 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2016-10-27 11:05:38 +0300
commit2dc980990316e1efd1c21ecc5050bbc134838f7a (patch)
tree8771fed90395ca3a6befc4e9cb1443a63a4019fc /chart2
parent0438d3e63601c98e202e6b251da90fb17bd048c3 (diff)
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
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/chartcontroller.component2
-rw-r--r--chart2/source/controller/main/ToolbarController.cxx2
2 files changed, 2 insertions, 2 deletions
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 @@
</implementation>
<implementation name="org.libreoffice.chart2.Chart2ToolboxController"
constructor="org_libreoffice_chart2_Chart2ToolboxController">
- <service name="com.sun.star.frame.ToolbarContoller"/>
+ <service name="com.sun.star.frame.ToolbarController"/>
</implementation>
</component>
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)