summaryrefslogtreecommitdiff
path: root/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2007-06-19 04:33:42 +0000
committerOliver Specht <os@openoffice.org>2007-06-19 04:33:42 +0000
commit527b99103a5f2f3a22bbf4b53843567315400a62 (patch)
tree01df10f1dfe6ebe2aced929a1c1f76e170f4393f /writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx
parent62254afe80354f5a9937573c5fb36385791dfa44 (diff)
ucb->ucbhelper
Diffstat (limited to 'writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx')
-rw-r--r--writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx8
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();
}