diff options
author | Noel Grandin <noel@peralex.com> | 2012-10-17 14:19:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-10-24 17:59:30 +0200 |
commit | b8abd0368854329efb5ce91606e99fe448944ff9 (patch) | |
tree | 983039646a880dbbc5ae5c16ab877d5ef289326d /framework/source/services/dispatchhelper.cxx | |
parent | 900dc2b70dc020fc077c300963a0746118820f06 (diff) |
fdo#46808, use service constructor for frame::DispatchHelper
Diffstat (limited to 'framework/source/services/dispatchhelper.cxx')
-rw-r--r-- | framework/source/services/dispatchhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/dispatchhelper.cxx b/framework/source/services/dispatchhelper.cxx index e3b264e47696..52e18fcb6216 100644 --- a/framework/source/services/dispatchhelper.cxx +++ b/framework/source/services/dispatchhelper.cxx @@ -44,7 +44,7 @@ namespace framework{ DEFINE_XSERVICEINFO_MULTISERVICE(DispatchHelper , ::cppu::OWeakObject , - SERVICENAME_DISPATCHHELPER , + DECLARE_ASCII("com.sun.star.frame.DispatchHelper"), IMPLEMENTATIONNAME_DISPATCHHELPER) DEFINE_INIT_SERVICE( DispatchHelper, {} ) |