summaryrefslogtreecommitdiff
path: root/dtrans/source/cnttype/mcnttype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/cnttype/mcnttype.hxx')
-rw-r--r--dtrans/source/cnttype/mcnttype.hxx17
1 files changed, 7 insertions, 10 deletions
diff --git a/dtrans/source/cnttype/mcnttype.hxx b/dtrans/source/cnttype/mcnttype.hxx
index 4ea11a55f4c9..45a80bbed66c 100644
--- a/dtrans/source/cnttype/mcnttype.hxx
+++ b/dtrans/source/cnttype/mcnttype.hxx
@@ -36,22 +36,19 @@ public:
// XMimeContentType
- virtual OUString SAL_CALL getMediaType( ) throw(css::uno::RuntimeException, std::exception) override;
- virtual OUString SAL_CALL getMediaSubtype( ) throw(css::uno::RuntimeException, std::exception) override;
- virtual OUString SAL_CALL getFullMediaType( ) throw(css::uno::RuntimeException, std::exception) override;
+ virtual OUString SAL_CALL getMediaType( ) override;
+ virtual OUString SAL_CALL getMediaSubtype( ) override;
+ virtual OUString SAL_CALL getFullMediaType( ) override;
- virtual css::uno::Sequence< OUString > SAL_CALL getParameters( )
- throw(css::uno::RuntimeException, std::exception) override;
+ virtual css::uno::Sequence< OUString > SAL_CALL getParameters( ) override;
- virtual sal_Bool SAL_CALL hasParameter( const OUString& aName )
- throw(css::uno::RuntimeException, std::exception) override;
+ virtual sal_Bool SAL_CALL hasParameter( const OUString& aName ) override;
- virtual OUString SAL_CALL getParameterValue( const OUString& aName )
- throw(css::container::NoSuchElementException, css::uno::RuntimeException, std::exception) override;
+ virtual OUString SAL_CALL getParameterValue( const OUString& aName ) override;
private:
/// @throws css::lang::IllegalArgumentException
- void SAL_CALL init( const OUString& aCntType ) throw( css::lang::IllegalArgumentException );
+ void SAL_CALL init( const OUString& aCntType );
void SAL_CALL getSym();
void SAL_CALL acceptSym( const OUString& pSymTlb );
void SAL_CALL skipSpaces();