summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filcmd.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filcmd.hxx')
-rw-r--r--ucb/source/ucp/file/filcmd.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/ucb/source/ucp/file/filcmd.hxx b/ucb/source/ucp/file/filcmd.hxx
index 52df9ab8b7c9..5ea01552c22b 100644
--- a/ucb/source/ucp/file/filcmd.hxx
+++ b/ucb/source/ucp/file/filcmd.hxx
@@ -47,7 +47,7 @@ namespace fileaccess {
virtual com::sun::star::uno::Any SAL_CALL
queryInterface(
const com::sun::star::uno::Type& aType )
- throw( com::sun::star::uno::RuntimeException);
+ throw( com::sun::star::uno::RuntimeException, std::exception);
virtual void SAL_CALL
acquire(
@@ -64,29 +64,29 @@ namespace fileaccess {
virtual com::sun::star::uno::Sequence< com::sun::star::ucb::CommandInfo > SAL_CALL
getCommands(
void )
- throw( com::sun::star::uno::RuntimeException);
+ throw( com::sun::star::uno::RuntimeException, std::exception);
virtual com::sun::star::ucb::CommandInfo SAL_CALL
getCommandInfoByName(
const OUString& Name )
throw( com::sun::star::ucb::UnsupportedCommandException,
- com::sun::star::uno::RuntimeException);
+ com::sun::star::uno::RuntimeException, std::exception);
virtual com::sun::star::ucb::CommandInfo SAL_CALL
getCommandInfoByHandle(
sal_Int32 Handle )
throw( com::sun::star::ucb::UnsupportedCommandException,
- com::sun::star::uno::RuntimeException );
+ com::sun::star::uno::RuntimeException, std::exception );
virtual sal_Bool SAL_CALL
hasCommandByName(
const OUString& Name )
- throw( com::sun::star::uno::RuntimeException );
+ throw( com::sun::star::uno::RuntimeException, std::exception );
virtual sal_Bool SAL_CALL
hasCommandByHandle(
sal_Int32 Handle )
- throw( com::sun::star::uno::RuntimeException );
+ throw( com::sun::star::uno::RuntimeException, std::exception );
private: