summaryrefslogtreecommitdiff
path: root/stoc/source/uriproc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 12:06:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 12:06:11 +0000
commitf92401a42690ef80e5660113f4475e643c6f160d (patch)
treea057405256db89a5bb277e794891b812fe7d6673 /stoc/source/uriproc
parent1aec534f8c5e0fe2167650906eee3261d7982cfc (diff)
INTEGRATION: CWS sb76 (1.5.8); FILE MERGED
2007/08/31 11:01:56 sb 1.5.8.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
Diffstat (limited to 'stoc/source/uriproc')
-rw-r--r--stoc/source/uriproc/ExternalUriReferenceTranslator.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/stoc/source/uriproc/ExternalUriReferenceTranslator.cxx b/stoc/source/uriproc/ExternalUriReferenceTranslator.cxx
index 076cc9d1bcb4..ecb19e22a799 100644
--- a/stoc/source/uriproc/ExternalUriReferenceTranslator.cxx
+++ b/stoc/source/uriproc/ExternalUriReferenceTranslator.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ExternalUriReferenceTranslator.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2007-07-03 14:18:52 $
+ * last change: $Author: hr $ $Date: 2007-09-27 13:06:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,7 +36,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_stoc.hxx"
-#include "ExternalUriReferenceTranslator.hxx"
+#include "stocservices.hxx"
#include "supportsService.hxx"
@@ -103,7 +103,7 @@ rtl::OUString Translator::getImplementationName()
throw (css::uno::RuntimeException)
{
return
- stoc::uriproc::ExternalUriReferenceTranslator::getImplementationName();
+ stoc_services::ExternalUriReferenceTranslator::getImplementationName();
}
sal_Bool Translator::supportsService(rtl::OUString const & serviceName)
@@ -116,7 +116,7 @@ sal_Bool Translator::supportsService(rtl::OUString const & serviceName)
css::uno::Sequence< rtl::OUString > Translator::getSupportedServiceNames()
throw (css::uno::RuntimeException)
{
- return stoc::uriproc::ExternalUriReferenceTranslator::
+ return stoc_services::ExternalUriReferenceTranslator::
getSupportedServiceNames();
}
@@ -219,7 +219,7 @@ rtl::OUString Translator::translateToExternal(
}
-namespace stoc { namespace uriproc { namespace ExternalUriReferenceTranslator {
+namespace stoc_services { namespace ExternalUriReferenceTranslator {
css::uno::Reference< css::uno::XInterface > create(
css::uno::Reference< css::uno::XComponentContext > const & context)
@@ -245,4 +245,4 @@ css::uno::Sequence< rtl::OUString > getSupportedServiceNames() {
return s;
}
-} } }
+} }