diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-15 16:11:25 +0000 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-10 07:39:52 +0200 |
commit | a179305c35125f2a3a5388c753fd5419150f52b3 (patch) | |
tree | 6ff0a36bc533b556bcd428976a44e58c4c9f7eab /framework | |
parent | 3feaff84fafc23c26ff9c6a716709f17a6c8330b (diff) |
Fix typos
Information is always singular
Change-Id: I55275d7c2fd76c3ec0ae4a98aa952777feb90460
Reviewed-on: https://gerrit.libreoffice.org/75645
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/dispatch/dispatchprovider.cxx | 2 | ||||
-rw-r--r-- | framework/source/jobs/job.cxx | 2 | ||||
-rw-r--r-- | framework/source/loadenv/loadenv.cxx | 2 | ||||
-rw-r--r-- | framework/source/services/autorecovery.cxx | 2 | ||||
-rw-r--r-- | framework/source/services/frame.cxx | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx index 69213d42eb6d..1138f68e74e3 100644 --- a/framework/source/dispatch/dispatchprovider.cxx +++ b/framework/source/dispatch/dispatchprovider.cxx @@ -467,7 +467,7 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_searchProt { try { - // but do it only, if all context information are OK + // but do it only, if all context information is OK css::uno::Sequence< css::uno::Any > lContext(1); lContext[0] <<= xOwner; xInit->initialize(lContext); diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx index c9d7893a65f4..1c145bce2857 100644 --- a/framework/source/jobs/job.cxx +++ b/framework/source/jobs/job.cxx @@ -318,7 +318,7 @@ void Job::die() b) it's specific configuration data (Different for every job.) c) some environment values (e.g. the frame, for which this job was started) d) any other dynamic data (e.g. parameters of a dispatch() request) - We collect all these information and generate one list which include all others. + We collect all this information and generate one list which include all others. @param lDynamicArgs list of dynamic arguments (given by a corresponding dispatch() call) diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx index 3e8fbdde334b..ff19bdff0006 100644 --- a/framework/source/loadenv/loadenv.cxx +++ b/framework/source/loadenv/loadenv.cxx @@ -365,7 +365,7 @@ void LoadEnv::startLoading() // <- SAFE // detect its type/filter etc. - // These information will be available by the + // This information will be available by the // used descriptor member afterwards and is needed // for all following operations! // Note: An exception will be thrown, in case operation was not successfully ... diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx index 35d5f0a0d8ea..d7ce27df2637 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -113,7 +113,7 @@ namespace { @descr Because some operations are forced to be executed asynchronously (e.g. requested by our CreashSave/Recovery dialog) ... we must make sure - that these information won't be set as "normal" members of our AutoRecovery + that this information won't be set as "normal" members of our AutoRecovery instance. Otherwise they can disturb our normal AutoSave-timer handling. e.g. it can be unclear then, which progress has to be used for storing documents... */ diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 6b23a12b6e42..5bd178295bc3 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -2989,7 +2989,7 @@ void XFrameImpl::implts_resizeComponentWindow() /*-**************************************************************************************************** @short helper to set icon on our container window (if it is a system window!) @descr We use our internal set controller (if it exist) to specify which factory he represented. - These information can be used to find right icon. But our controller can say it us directly + This information can be used to find right icon. But our controller can say it us directly too ... we should ask his optional property set first ... @seealso method Window::SetIcon() |