diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-10-29 15:28:09 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-10-29 17:32:56 +0100 |
commit | 96b60cf69bf973136c5755fe741a6c210b4915f7 (patch) | |
tree | f980a980c62e9ea889a439bc6da69668c1222050 /framework | |
parent | 39c556da3180bc507d9fae5e26bcdf81ea193938 (diff) |
Improve previous commit slightly
Change-Id: I01e007a9e1dee12a8081e8b165fa7e090d594612
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/services/autorecovery.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx index 893c935eb542..2e3b2649886d 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -427,7 +427,7 @@ DEFINE_XTYPEPROVIDER_6(AutoRecovery , //----------------------------------------------- DEFINE_XSERVICEINFO_ONEINSTANCESERVICE(AutoRecovery , ::cppu::OWeakObject , - DECLARE_ASCII("com.sun.star.frame.AutoRecovery"), + "com.sun.star.frame.AutoRecovery", IMPLEMENTATIONNAME_AUTORECOVERY) //----------------------------------------------- |