diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:20:25 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:20:25 +0000 |
commit | 5dabf689c29d74be5f0d942dc0ea46994b713f30 (patch) | |
tree | 39461e2d60d330b9eb672b933d86a63d21da0d35 /ucb/source/ucp/file/filinpstr.hxx | |
parent | 706c9a7b8e7721074284b30a5841596f7466d89d (diff) |
INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED
2005/11/09 21:01:53 sb 1.5.10.1: #i53898# Made code warning-free.
Diffstat (limited to 'ucb/source/ucp/file/filinpstr.hxx')
-rw-r--r-- | ucb/source/ucp/file/filinpstr.hxx | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/ucb/source/ucp/file/filinpstr.hxx b/ucb/source/ucp/file/filinpstr.hxx index a769a3741fa5..2b504177b352 100644 --- a/ucb/source/ucp/file/filinpstr.hxx +++ b/ucb/source/ucp/file/filinpstr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: filinpstr.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:25:07 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:20:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,9 +53,6 @@ #ifndef _COM_SUN_STAR_LANG_XTYPEPROVIDER_HPP_ #include <com/sun/star/lang/XTypeProvider.hpp> #endif -#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_ -#include <com/sun/star/lang/XServiceInfo.hpp> -#endif #ifndef _COM_SUN_STAR_IO_XSEEKABLE_HPP_ #include <com/sun/star/io/XSeekable.hpp> #endif @@ -77,7 +74,6 @@ namespace fileaccess { class XInputStream_impl : public cppu::OWeakObject, public com::sun::star::lang::XTypeProvider, - public com::sun::star::lang::XServiceInfo, public com::sun::star::io::XInputStream, public com::sun::star::io::XSeekable { @@ -99,20 +95,6 @@ namespace fileaccess { XTYPEPROVIDER_DECL() - // XServiceInfo - virtual rtl::OUString SAL_CALL - getImplementationName() - throw( com::sun::star::uno::RuntimeException); - - virtual sal_Bool SAL_CALL - supportsService( const rtl::OUString& ServiceName ) - throw( com::sun::star::uno::RuntimeException); - - virtual com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL - getSupportedServiceNames() - throw( com::sun::star::uno::RuntimeException ); - - virtual com::sun::star::uno::Any SAL_CALL queryInterface( const com::sun::star::uno::Type& rType ) |