diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-10-29 13:38:51 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-10-29 17:32:54 +0100 |
commit | ec4a5ba7f2f205ace9a8e64fb59eb6d43ee5f2ab (patch) | |
tree | c51fdbfa7fbc22b47e741ee55c4d3386a94f858e /framework | |
parent | 3f8f2f4a520b022f43427f98e59f039bdd5fc431 (diff) |
Improve previous commit slightly
Change-Id: I25595ea67eb521e118f4b00337ef2a55dc52256a
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/jobs/jobexecutor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/jobs/jobexecutor.cxx b/framework/source/jobs/jobexecutor.cxx index a3c8805dc679..5df32396eded 100644 --- a/framework/source/jobs/jobexecutor.cxx +++ b/framework/source/jobs/jobexecutor.cxx @@ -73,7 +73,7 @@ DEFINE_XTYPEPROVIDER_6( JobExecutor , DEFINE_XSERVICEINFO_ONEINSTANCESERVICE( JobExecutor , ::cppu::OWeakObject , - DECLARE_ASCII("com.sun.star.task.JobExecutor"), + "com.sun.star.task.JobExecutor", IMPLEMENTATIONNAME_JOBEXECUTOR ) |