diff options
Diffstat (limited to 'writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx')
-rw-r--r-- | writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx b/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx index aa8d5480a92a..75d964a13594 100644 --- a/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx +++ b/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DocTokAnalyzeService.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hbrinkm $ $Date: 2007-02-21 15:06:33 $ + * last change: $Author: os $ $Date: 2007-06-19 05:32:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -177,7 +177,7 @@ sal_Int32 SAL_CALL AnalyzeService::run uno::Reference<lang::XMultiComponentFactory> xFactory(xContext->getServiceManager(), uno::UNO_QUERY_THROW ); - if (::ucb::ContentBroker::initialize(xServiceFactory, aUcbInitSequence)) + if (::ucbhelper::ContentBroker::initialize(xServiceFactory, aUcbInitSequence)) { rtl::OUString arg=aArguments[0]; @@ -269,7 +269,7 @@ sal_Int32 SAL_CALL AnalyzeService::run fprintf(stdout, "</analyze>\n"); rtl_uString_release(dir); - ::ucb::ContentBroker::deinitialize(); + ::ucbhelper::ContentBroker::deinitialize(); } |