diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-09-30 15:47:27 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-10-01 16:04:38 +0200 |
commit | a43730b4dfce70ee02996f808525cbd4e197e899 (patch) | |
tree | 9a6dbcce663c38d47488253208387202d0f511fa /ucb | |
parent | 246ed4227aefde8927991982a94f7f0cb6a43a6b (diff) |
Cmis: Fixed the installation of the new UCP provider and libcmis
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/cmis/cmis_provider.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/cmis/cmis_provider.cxx b/ucb/source/ucp/cmis/cmis_provider.cxx index 122f8fead402..297737c5a026 100644 --- a/ucb/source/ucp/cmis/cmis_provider.cxx +++ b/ucb/source/ucp/cmis/cmis_provider.cxx @@ -46,7 +46,7 @@ ContentProvider::queryContent( uno::RuntimeException ) { #ifdef DEBUG - fprintf(stderr, "QueryContent: '%s'", + fprintf(stderr, "QueryContent: '%s'\n", (const sal_Char *)rtl::OUStringToOString (Identifier->getContentIdentifier(), RTL_TEXTENCODING_UTF8)); #endif |