summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ShapeToolbarController.cxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2010-04-14 17:59:20 +0200
committerThomas Benisch <tbe@openoffice.org>2010-04-14 17:59:20 +0200
commita874863e702b0ff20b8bbf29b1c5999ab2280296 (patch)
tree43ecf3edc2e3335d1e2eb51f5daf40c0fb2bf574 /chart2/source/controller/main/ShapeToolbarController.cxx
parentcba8a6f937aea45938401957dcca617172cb3d57 (diff)
chart45: #i110805# Chartshapes: Toolbarbuttons can't be opened
Diffstat (limited to 'chart2/source/controller/main/ShapeToolbarController.cxx')
-rw-r--r--chart2/source/controller/main/ShapeToolbarController.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/main/ShapeToolbarController.cxx b/chart2/source/controller/main/ShapeToolbarController.cxx
index a8a6cfba20ff..9c6ed747e1d5 100644
--- a/chart2/source/controller/main/ShapeToolbarController.cxx
+++ b/chart2/source/controller/main/ShapeToolbarController.cxx
@@ -56,7 +56,7 @@ namespace chart
::rtl::OUString ShapeToolbarController::getImplementationName_Static() throw (uno::RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.chart2.comp.ShapeToolbarController" ) );
+ return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.chart2.ShapeToolbarController" ) );
}
Sequence< ::rtl::OUString > ShapeToolbarController::getSupportedServiceNames_Static() throw (uno::RuntimeException)