summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-22 09:06:06 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-22 12:46:43 +0000
commited7c80d3353bd21d9c278a209adb4e62669b3978 (patch)
tree68a8c518415b139a44f7ea9efc2e605ecabe859f /sw/source/ui/dbui
parent3679b7651737eba53c3779126246e4f0292570eb (diff)
these can be const
Diffstat (limited to 'sw/source/ui/dbui')
-rw-r--r--sw/source/ui/dbui/mailmergechildwindow.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/ui/dbui/mailmergechildwindow.cxx b/sw/source/ui/dbui/mailmergechildwindow.cxx
index 089ccbff6666..436ceff2c0b5 100644
--- a/sw/source/ui/dbui/mailmergechildwindow.cxx
+++ b/sw/source/ui/dbui/mailmergechildwindow.cxx
@@ -247,9 +247,8 @@ void SwMailDispatcherListener_Impl::DeleteAttachments( uno::Reference< mail::XMa
SWUnoHelper::UCB_DeleteFile( sURL );
}
}
- catch( const uno::Exception& rEx )
+ catch (const uno::Exception&)
{
- (void)rEx;
}
}
}
@@ -396,7 +395,7 @@ SwSendMailDialog::~SwSendMailDialog()
xMessage = m_pImpl->xMailDispatcher->dequeueMailMessage();
}
}
- catch(const uno::Exception&)
+ catch (const uno::Exception&)
{
}
}