diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-10-24 17:07:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-10-24 17:59:30 +0200 |
commit | 22d3fb11c65dd0679aab780ca789d2d4d74deac2 (patch) | |
tree | c00b52ce17c0f69d96c111d2d7468795a245d8b2 /framework | |
parent | b8abd0368854329efb5ce91606e99fe448944ff9 (diff) |
Related fdo#46808: Improve previous commit slightly
Change-Id: Ie81ae8a75847fdbc70e69349d0646f0bb558b7d0
Diffstat (limited to 'framework')
-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 52e18fcb6216..f70f853a2761 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 , - DECLARE_ASCII("com.sun.star.frame.DispatchHelper"), + "com.sun.star.frame.DispatchHelper", IMPLEMENTATIONNAME_DISPATCHHELPER) DEFINE_INIT_SERVICE( DispatchHelper, {} ) |