diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-15 09:11:52 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-01-15 13:53:21 +0100 |
commit | a6b69a9384801f77f4cc30a366a45561c28eab3e (patch) | |
tree | 983661741b4081501f37365afa84a08b761000e7 /shell | |
parent | 3da86d8987db6223b0acc5d8a1b56f7e0c54bbef (diff) |
Fix typo
Change-Id: I51c97356c9c2939f2d94d6388c829a179ca00daa
Reviewed-on: https://gerrit.libreoffice.org/47853
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/cmdmail/cmdmailsuppl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/cmdmail/cmdmailsuppl.cxx b/shell/source/cmdmail/cmdmailsuppl.cxx index 8e4afb1b333d..1173bac1ced7 100644 --- a/shell/source/cmdmail/cmdmailsuppl.cxx +++ b/shell/source/cmdmail/cmdmailsuppl.cxx @@ -145,7 +145,7 @@ void SAL_CALL CmdMailSuppl::sendSimpleMailMessage( const Reference< XSimpleMailM OUString aProgram; if ( FileBase::E_None != FileBase::getSystemPathFromFileURL(aProgramURL, aProgram)) { - throw css::uno::Exception("Cound not convert executable path", + throw css::uno::Exception("Could not convert executable path", static_cast < XSimpleMailClient * > (this)); } |