From 5a40e40fd8f37853b746aa02a40a14d12e9b84c8 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 27 Sep 2007 12:06:44 +0000 Subject: 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. --- .../uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'stoc') 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; } -} } } +} } -- cgit