summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbareplacement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbareplacement.hxx')
-rw-r--r--sw/source/ui/vba/vbareplacement.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/vba/vbareplacement.hxx b/sw/source/ui/vba/vbareplacement.hxx
index f68f41fc609c..22f37910ed13 100644
--- a/sw/source/ui/vba/vbareplacement.hxx
+++ b/sw/source/ui/vba/vbareplacement.hxx
@@ -32,15 +32,15 @@ private:
public:
/// @throws css::uno::RuntimeException
- SwVbaReplacement( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, const css::uno::Reference< css::util::XPropertyReplace >& xPropertyReplace ) throw ( css::uno::RuntimeException );
+ SwVbaReplacement( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, const css::uno::Reference< css::util::XPropertyReplace >& xPropertyReplace );
virtual ~SwVbaReplacement() override;
// Attributes
- virtual OUString SAL_CALL getText() throw (css::uno::RuntimeException, std::exception) override;
- virtual void SAL_CALL setText( const OUString& _text ) throw (css::uno::RuntimeException, std::exception) override;
+ virtual OUString SAL_CALL getText() override;
+ virtual void SAL_CALL setText( const OUString& _text ) override;
//Methods
- virtual void SAL_CALL ClearFormatting() throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL ClearFormatting() override;
// XHelperInterface
virtual OUString getServiceImplName() override;