summaryrefslogtreecommitdiff
path: root/include/svl/strmadpt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/strmadpt.hxx')
-rw-r--r--include/svl/strmadpt.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/svl/strmadpt.hxx b/include/svl/strmadpt.hxx
index 8750612a8392..8299069368fc 100644
--- a/include/svl/strmadpt.hxx
+++ b/include/svl/strmadpt.hxx
@@ -78,7 +78,7 @@ public:
virtual com::sun::star::uno::Any SAL_CALL
queryInterface(const com::sun::star::uno::Type & rType)
- throw (com::sun::star::uno::RuntimeException);
+ throw (com::sun::star::uno::RuntimeException, std::exception);
virtual void SAL_CALL acquire() throw();
@@ -88,38 +88,38 @@ public:
readBytes(com::sun::star::uno::Sequence< sal_Int8 > & rData,
sal_Int32 nBytesToRead)
throw (com::sun::star::io::IOException,
- com::sun::star::uno::RuntimeException);
+ com::sun::star::uno::RuntimeException, std::exception);
virtual sal_Int32 SAL_CALL
readSomeBytes(com::sun::star::uno::Sequence< sal_Int8 > & rData,
sal_Int32 nMaxBytesToRead)
throw (com::sun::star::io::IOException,
- com::sun::star::uno::RuntimeException);
+ com::sun::star::uno::RuntimeException, std::exception);
virtual void SAL_CALL skipBytes(sal_Int32 nBytesToSkip)
throw (com::sun::star::io::IOException,
- com::sun::star::uno::RuntimeException);
+ com::sun::star::uno::RuntimeException, std::exception);
virtual sal_Int32 SAL_CALL available()
throw (com::sun::star::io::IOException,
- com::sun::star::uno::RuntimeException);
+ com::sun::star::uno::RuntimeException, std::exception);
virtual void SAL_CALL closeInput()
throw (com::sun::star::io::IOException,
- com::sun::star::uno::RuntimeException);
+ com::sun::star::uno::RuntimeException, std::exception);
virtual void SAL_CALL seek(sal_Int64 nLocation)
throw (com::sun::star::lang::IllegalArgumentException,
com::sun::star::io::IOException,
- com::sun::star::uno::RuntimeException);
+ com::sun::star::uno::RuntimeException, std::exception);
virtual sal_Int64 SAL_CALL getPosition()
throw (com::sun::star::io::IOException,
- com::sun::star::uno::RuntimeException);
+ com::sun::star::uno::RuntimeException, std::exception);
virtual sal_Int64 SAL_CALL getLength()
throw (com::sun::star::io::IOException,
- com::sun::star::uno::RuntimeException);
+ com::sun::star::uno::RuntimeException, std::exception);
};
#endif // INCLUDED_SVL_STRMADPT_HXX