summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 13:54:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-09 21:04:42 +0100
commit45f4de6d333aa3fa5873cf8e1146286c74960557 (patch)
tree463a497d6132e44d82294772be4aa3f487ad13e7 /shell
parent34f333445c54c87f3afe777fa467f7a2bb122208 (diff)
loplugin:indentation in sfx2..slideshow
Change-Id: I3bd23a8f6237d0887a4782b6179a413dd2f03e02 Reviewed-on: https://gerrit.libreoffice.org/67564 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'shell')
-rw-r--r--shell/source/cmdmail/cmdmailmsg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/cmdmail/cmdmailmsg.cxx b/shell/source/cmdmail/cmdmailmsg.cxx
index e1e8f1829635..1127e8d47ebe 100644
--- a/shell/source/cmdmail/cmdmailmsg.cxx
+++ b/shell/source/cmdmail/cmdmailmsg.cxx
@@ -138,7 +138,7 @@ Any SAL_CALL CmdMailMsg::getByName( const OUString& aName )
else if( aName == "attachment" && m_Attachments.getLength() )
return makeAny( m_Attachments );
- throw NoSuchElementException("key not found: " + aName,
+ throw NoSuchElementException("key not found: " + aName,
static_cast < XNameAccess * > (this) );
}