summaryrefslogtreecommitdiff
path: root/filter/source/graphic/GraphicExportDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/graphic/GraphicExportDialog.hxx')
-rw-r--r--filter/source/graphic/GraphicExportDialog.hxx15
1 files changed, 6 insertions, 9 deletions
diff --git a/filter/source/graphic/GraphicExportDialog.hxx b/filter/source/graphic/GraphicExportDialog.hxx
index d6aead53f278..54e7117c8cce 100644
--- a/filter/source/graphic/GraphicExportDialog.hxx
+++ b/filter/source/graphic/GraphicExportDialog.hxx
@@ -56,21 +56,18 @@ public:
virtual ~GraphicExportDialog() override;
// XInitialization
- virtual void SAL_CALL initialize( const Sequence<Any>& aArguments ) throw (Exception, RuntimeException, std::exception ) override;
+ virtual void SAL_CALL initialize( const Sequence<Any>& aArguments ) override;
// XPropertyAccess
- virtual Sequence<PropertyValue> SAL_CALL getPropertyValues() throw ( RuntimeException, std::exception ) override;
- virtual void SAL_CALL setPropertyValues( const Sequence<PropertyValue>& aProps )
- throw ( UnknownPropertyException, PropertyVetoException,
- lang::IllegalArgumentException, lang::WrappedTargetException,
- RuntimeException, std::exception ) override;
+ virtual Sequence<PropertyValue> SAL_CALL getPropertyValues() override;
+ virtual void SAL_CALL setPropertyValues( const Sequence<PropertyValue>& aProps ) override;
// XExecuteDialog
- virtual sal_Int16 SAL_CALL execute() throw ( RuntimeException, std::exception ) override;
- virtual void SAL_CALL setTitle( const OUString& aTitle ) throw ( RuntimeException, std::exception ) override;
+ virtual sal_Int16 SAL_CALL execute() override;
+ virtual void SAL_CALL setTitle( const OUString& aTitle ) override;
// XExporter
- virtual void SAL_CALL setSourceDocument( const Reference<lang::XComponent>& xDocument ) throw ( lang::IllegalArgumentException, RuntimeException, std::exception ) override;
+ virtual void SAL_CALL setSourceDocument( const Reference<lang::XComponent>& xDocument ) override;
};