diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:43:19 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:43:19 +0000 |
commit | cace5d2f7b3e0c07bfaa7da8c39cab31db3344c9 (patch) | |
tree | ffdd5d2c3764116e3448654f53dc56466da26175 /comphelper | |
parent | 1deb4ccc2b2833ce576860170297ed3fcfe16746 (diff) |
INTEGRATION: CWS warnings01 (1.7.40); FILE MERGED
2006/05/23 22:36:05 sb 1.7.40.3: RESYNC: (1.8-1.9); FILE MERGED
2005/09/23 03:04:45 sb 1.7.40.2: RESYNC: (1.7-1.8); FILE MERGED
2005/09/08 13:16:47 sb 1.7.40.1: #i53898# Made code warning-free.
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/inc/comphelper/mediadescriptor.hxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/comphelper/inc/comphelper/mediadescriptor.hxx b/comphelper/inc/comphelper/mediadescriptor.hxx index 46cdbb0b7fdb..335105651024 100644 --- a/comphelper/inc/comphelper/mediadescriptor.hxx +++ b/comphelper/inc/comphelper/mediadescriptor.hxx @@ -4,9 +4,9 @@ * * $RCSfile: mediadescriptor.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-05-08 14:54:19 $ + * last change: $Author: hr $ $Date: 2006-06-19 22:43:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,10 +39,6 @@ //_______________________________________________ // includes -#ifndef __COM_SUN_STAR_IO_XINPUTSTREAM_HPP__ -#include <com/sun/star/io/XInputStream.hpp> -#endif - #ifndef _COMPHELPER_SEQUENCEASHASHMAP_HXX_ #include <comphelper/sequenceashashmap.hxx> #endif @@ -206,7 +202,7 @@ class COMPHELPER_DLLPUBLIC MediaDescriptor : public SequenceAsHashMap @throw [css::uno::RuntimeException] if the MediaDescriptor seems to be invalid! */ - COMPHELPER_DLLPRIVATE sal_Bool impl_openStreamWithPostData(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xPostData) + COMPHELPER_DLLPRIVATE sal_Bool impl_openStreamWithPostData() throw(::com::sun::star::uno::RuntimeException); //--------------------------------------- |