summaryrefslogtreecommitdiff
path: root/framework/source/uifactory
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-12-11 16:31:27 +0200
committerNoel Grandin <noel@peralex.com>2012-12-21 09:12:07 +0200
commitecae523d9603eaf7ff0acc98682576813e50c94a (patch)
treed9097ffd1356c95093263ca5e593d2f64e592c8b /framework/source/uifactory
parentcd0b83b531e7cfa424299f1e263e08ff77e1a7a5 (diff)
fdo#46808, Create new-style frame::ToolBarControllerFactory service
The service already existed, it just did not have an IDL file. Change-Id: I70d0e1a3fe77deaeec399761cadefb20954f1c92
Diffstat (limited to 'framework/source/uifactory')
-rw-r--r--framework/source/uifactory/toolbarcontrollerfactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uifactory/toolbarcontrollerfactory.cxx b/framework/source/uifactory/toolbarcontrollerfactory.cxx
index fa833d7693cb..91cefa24f44a 100644
--- a/framework/source/uifactory/toolbarcontrollerfactory.cxx
+++ b/framework/source/uifactory/toolbarcontrollerfactory.cxx
@@ -53,7 +53,7 @@ namespace framework
//*****************************************************************************************************************
DEFINE_XSERVICEINFO_ONEINSTANCESERVICE ( ToolbarControllerFactory ,
::cppu::OWeakObject ,
- SERVICENAME_TOOLBARCONTROLLERFACTORY ,
+ DECLARE_ASCII("com.sun.star.frame.ToolBarControllerFactory"),
IMPLEMENTATIONNAME_TOOLBARCONTROLLERFACTORY
)