diff options
Diffstat (limited to 'stoc/source/uriproc')
-rw-r--r-- | stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx b/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx index fc89475b4581..ab76f721dc63 100644 --- a/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx +++ b/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx @@ -4,9 +4,9 @@ * * $RCSfile: UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-16 17:38:50 $ + * last change: $Author: hr $ $Date: 2007-09-27 13:06:44 $ * * 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 "UriSchemeParser_vndDOTsunDOTstarDOTscript.hxx" +#include "stocservices.hxx" #include "UriReference.hxx" #include "supportsService.hxx" @@ -347,7 +347,7 @@ private: rtl::OUString Parser::getImplementationName() throw (css::uno::RuntimeException) { - return stoc::uriproc::UriSchemeParser_vndDOTsunDOTstarDOTscript:: + return stoc_services::UriSchemeParser_vndDOTsunDOTstarDOTscript:: getImplementationName(); } @@ -361,7 +361,7 @@ sal_Bool Parser::supportsService(rtl::OUString const & serviceName) css::uno::Sequence< rtl::OUString > Parser::getSupportedServiceNames() throw (css::uno::RuntimeException) { - return stoc::uriproc::UriSchemeParser_vndDOTsunDOTstarDOTscript:: + return stoc_services::UriSchemeParser_vndDOTsunDOTstarDOTscript:: getSupportedServiceNames(); } @@ -383,7 +383,7 @@ Parser::parse( } -namespace stoc { namespace uriproc { +namespace stoc_services { namespace UriSchemeParser_vndDOTsunDOTstarDOTscript { css::uno::Reference< css::uno::XInterface > create( @@ -411,4 +411,4 @@ css::uno::Sequence< rtl::OUString > getSupportedServiceNames() { return s; } -} } } +} } |