diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-10-24 17:05:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-10-24 17:59:30 +0200 |
commit | 900dc2b70dc020fc077c300963a0746118820f06 (patch) | |
tree | f98bf2ba73d79c79c5c664835a359b5de4f9dca1 | |
parent | 3bf3b01dfcea0316ca6bd2ae7a2887b138235462 (diff) |
Related fdo#46808: Improve previous commit slightly
Change-Id: If633be759ab2aa4f42548f02a58fedb858783551
-rw-r--r-- | framework/source/services/substitutepathvars.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/substitutepathvars.cxx b/framework/source/services/substitutepathvars.cxx index 4d9134b1f021..68178a52dcc7 100644 --- a/framework/source/services/substitutepathvars.cxx +++ b/framework/source/services/substitutepathvars.cxx @@ -570,7 +570,7 @@ void SubstitutePathVariables_Impl::ReadSharePointRuleSetFromConfiguration( //***************************************************************************************************************** DEFINE_XSERVICEINFO_ONEINSTANCESERVICE ( SubstitutePathVariables , ::cppu::OWeakObject , - DECLARE_ASCII("com.sun.star.util.PathSubstitution"), + "com.sun.star.util.PathSubstitution", IMPLEMENTATIONNAME_SUBSTITUTEPATHVARIABLES ) DEFINE_INIT_SERVICE ( SubstitutePathVariables, {} ) |