summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filstr.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:21:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:21:36 +0000
commit206ff6fbce346e7911636644b989c795a2deb41f (patch)
treecf43fa4aa0e98fc695a046f7243f327dc08f4d61 /ucb/source/ucp/file/filstr.hxx
parent3150a4005a55da55b028d48d186f889171800c65 (diff)
INTEGRATION: CWS warnings01 (1.10.10); FILE MERGED
2005/11/09 21:01:55 sb 1.10.10.1: #i53898# Made code warning-free.
Diffstat (limited to 'ucb/source/ucp/file/filstr.hxx')
-rw-r--r--ucb/source/ucp/file/filstr.hxx22
1 files changed, 2 insertions, 20 deletions
diff --git a/ucb/source/ucp/file/filstr.hxx b/ucb/source/ucp/file/filstr.hxx
index f8b04bfa2815..ef3ba47073d3 100644
--- a/ucb/source/ucp/file/filstr.hxx
+++ b/ucb/source/ucp/file/filstr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: filstr.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:28:24 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:21:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -56,9 +56,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
@@ -91,7 +88,6 @@ namespace fileaccess {
class XStream_impl
: public cppu::OWeakObject,
public com::sun::star::lang::XTypeProvider,
- public com::sun::star::lang::XServiceInfo,
public com::sun::star::io::XStream,
public com::sun::star::io::XSeekable,
public com::sun::star::io::XInputStream,
@@ -139,20 +135,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 );
-
-
// XStream
virtual com::sun::star::uno::Reference< com::sun::star::io::XInputStream > SAL_CALL