diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 12:06:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 12:06:44 +0000 |
commit | 5a40e40fd8f37853b746aa02a40a14d12e9b84c8 (patch) | |
tree | ff496d6fbfc723f4bb7c59900803b9e5a6bff09f /stoc/source/uriproc | |
parent | 645d208089750a1ae5eabf4168c3824d3b147017 (diff) |
INTEGRATION: CWS sb76 (1.5.46); FILE MERGED
2007/08/31 11:01:56 sb 1.5.46.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
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; } -} } } +} } |