summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/objserv.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-29 09:07:35 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-07-29 10:08:01 +0200
commit4a9ac82cab9d77e593f9ea4a070eadb50a2bba0a (patch)
tree4419bf1f13a4c768cf5f8bb70d377054ae9f7ee5 /sfx2/source/doc/objserv.cxx
parent86b24adfbdebbf95ee8399f7be8d30b4debb1301 (diff)
Fix typos
Change-Id: I94bfbfef24be46583c5c2877e468ed65c2bd5eb0 Reviewed-on: https://gerrit.libreoffice.org/76513 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2/source/doc/objserv.cxx')
-rw-r--r--sfx2/source/doc/objserv.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx
index 195e0d0ba534..517d30a7c950 100644
--- a/sfx2/source/doc/objserv.cxx
+++ b/sfx2/source/doc/objserv.cxx
@@ -970,7 +970,7 @@ void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq)
if ( nId == SID_EXPORTDOCASPDF )
{
- // This function is used by the SendMail function that needs information if a export
+ // This function is used by the SendMail function that needs information if an export
// file was written or not. This could be due to cancellation of the export
// or due to an error. So IO abort must be handled like an error!
nErrorCode = ( lErr != ERRCODE_IO_ABORT ) && ( nErrorCode == ERRCODE_NONE ) ? nErrorCode : lErr;