summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/mailmergehelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/mailmergehelper.hxx')
-rw-r--r--sw/source/uibase/inc/mailmergehelper.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/uibase/inc/mailmergehelper.hxx b/sw/source/uibase/inc/mailmergehelper.hxx
index 36012db504f1..fdf3275033fc 100644
--- a/sw/source/uibase/inc/mailmergehelper.hxx
+++ b/sw/source/uibase/inc/mailmergehelper.hxx
@@ -77,7 +77,7 @@ class SW_DLLPUBLIC SwAddressPreview : public vcl::Window
public:
SwAddressPreview(vcl::Window* pParent, WinBits nStyle=WB_BORDER);
- virtual ~SwAddressPreview();
+ virtual ~SwAddressPreview() override;
virtual void dispose() override;
void positionScrollBar();
@@ -153,7 +153,7 @@ public:
, m_aPassword(password)
, m_pParentWindow(pParent)
{}
- virtual ~SwAuthenticator();
+ virtual ~SwAuthenticator() override;
virtual OUString SAL_CALL getUserName() throw (css::uno::RuntimeException, std::exception) override;
virtual OUString SAL_CALL getPassword() throw (css::uno::RuntimeException, std::exception) override;
@@ -168,7 +168,7 @@ class SW_DLLPUBLIC SwConnectionContext : public cppu::WeakImplHelper<css::uno::X
public:
SwConnectionContext(const OUString& rMailServer, sal_Int16 nPort, const OUString& rConnectionType);
- virtual ~SwConnectionContext();
+ virtual ~SwConnectionContext() override;
virtual css::uno::Any SAL_CALL getValueByName(const OUString& Name)
throw (css::uno::RuntimeException, std::exception) override;
@@ -190,7 +190,7 @@ public:
SwConnectionListener() :
cppu::WeakComponentImplHelper<css::mail::XConnectionListener>(m_aMutex)
{}
- virtual ~SwConnectionListener();
+ virtual ~SwConnectionListener() override;
virtual void SAL_CALL connected(const css::lang::EventObject& aEvent)
throw (css::uno::RuntimeException, std::exception) override;
@@ -215,7 +215,7 @@ class SW_DLLPUBLIC SwMailTransferable :
public:
SwMailTransferable(const OUString& rURL, const OUString& rName, const OUString& rMimeType);
SwMailTransferable(const OUString& rBody, const OUString& rMimeType);
- virtual ~SwMailTransferable();
+ virtual ~SwMailTransferable() override;
virtual css::uno::Any SAL_CALL getTransferData(const css::datatransfer::DataFlavor& aFlavor)
throw (css::datatransfer::UnsupportedFlavorException, css::io::IOException,
css::uno::RuntimeException, std::exception) override;
@@ -274,7 +274,7 @@ class SW_DLLPUBLIC SwMailMessage :
css::uno::Sequence<css::mail::MailAttachment> m_aAttachments;
public:
SwMailMessage();
- virtual ~SwMailMessage();
+ virtual ~SwMailMessage() override;
// attributes
virtual OUString SAL_CALL getSenderName() throw (css::uno::RuntimeException, std::exception) override;