summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:43:06 +0000
committerJens Carl <j.carl43@gmx.de>2019-06-19 08:05:23 +0200
commit5d14d4ae2c1303b2027900d82369ae0f80b28ab4 (patch)
treeedb16d7ea6959c2e8bbd365facb034f32bc6758c /framework
parentFix typo (diff)
downloadcore-5d14d4ae2c1303b2027900d82369ae0f80b28ab4.tar.gz
core-5d14d4ae2c1303b2027900d82369ae0f80b28ab4.zip
Fix typo
Change-Id: I24c9df4caed8fa87a31efb93ab1cb0e88225605e Reviewed-on: https://gerrit.libreoffice.org/74324 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/inc/loadenv/loadenv.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx
index 040f41d1e06c..ec2515fd0dfa 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -253,7 +253,7 @@ public:
@throw A LoadEnvException e.g. if another load operation is till in progress
or initialization of a new one fail by other reasons.
- The real reason, a suitable message and ID will be given here immidiatly.
+ The real reason, a suitable message and ID will be given here immediately.
@throw A RuntimeException in case any internal process indicates, that
the whole runtime can't be used any longer.
@@ -280,7 +280,7 @@ public:
@throw A LoadEnvException if start of the load process failed (because
another is still in progress!).
- The reason, a suitable message and ID will be given here immidiatly.
+ The reason, a suitable message and ID will be given here immediately.
@throw A RuntimeException in case any internal process indicates, that
the whole runtime can't be used any longer.
@@ -490,7 +490,7 @@ private:
css::uno::Reference< css::frame::XFrame > impl_searchRecycleTarget();
/** @short because showing of a frame is needed more than once...
- it's implemented as an separate method .-)
+ it's implemented as a separate method .-)
@descr Note: Showing of a frame is bound to a special feature...
a) If we recycle any existing frame, we must bring it to front.