summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appopen.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/appl/appopen.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/appl/appopen.cxx')
-rw-r--r--sfx2/source/appl/appopen.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx
index 067b009005dd..e496b68c114f 100644
--- a/sfx2/source/appl/appopen.cxx
+++ b/sfx2/source/appl/appopen.cxx
@@ -177,7 +177,7 @@ private:
ErrCode CheckPasswd_Impl
(
SfxObjectShell* pDoc,
- SfxMedium* pFile // the Medium and its Password shold be obtained
+ SfxMedium* pFile // the Medium and its Password should be obtained
)
/* [Description]
@@ -703,7 +703,7 @@ void SfxApplication::OpenDocExec_Impl( SfxRequest& rReq )
// Run synchronous, so that not the next document is loaded
// when rescheduling
- // TODO/LATER: use URLList argument and always remove one document after another, each step in asychronous execution, until finished
+ // TODO/LATER: use URLList argument and always remove one document after another, each step in asynchronous execution, until finished
// but only if reschedule is a problem
GetDispatcher_Impl()->Execute( SID_OPENDOC, SfxCallMode::SYNCHRON, *rReq.GetArgs() );