summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-28 11:22:52 +0300
committerTor Lillqvist <tml@iki.fi>2012-03-29 09:49:43 +0300
commit0487871af64c83ecfc9d424f64357655b44aa923 (patch)
tree5bbba817e65afc78fa7165caece807654a0ecfdb /ucb/source/ucp/tdoc
parent29e0cf9fe6f2ec084d78bfd37f30875ba9d3068d (diff)
Revert "Initial experiments with static linking of (some) ..."
Thist idea caused too intrusive changes to the code of call sites, I think. Will do it another way that leaves call sites as is. This reverts commit 25d114eec4d451acdda1ddff4c8ed9d47ba6275f.
Diffstat (limited to 'ucb/source/ucp/tdoc')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_provider.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_provider.cxx b/ucb/source/ucp/tdoc/tdoc_provider.cxx
index fafea334e33b..be5a4f1920fb 100644
--- a/ucb/source/ucp/tdoc/tdoc_provider.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_provider.cxx
@@ -105,8 +105,10 @@ XTYPEPROVIDER_IMPL_4( ContentProvider,
XSERVICEINFO_IMPL_1(
ContentProvider,
- "com.sun.star.comp.ucb.TransientDocumentsContentProvider",
- TDOC_CONTENT_PROVIDER_SERVICE_NAME );
+ rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(
+ "com.sun.star.comp.ucb.TransientDocumentsContentProvider" ) ),
+ rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(
+ TDOC_CONTENT_PROVIDER_SERVICE_NAME ) ) );
//=========================================================================
//