summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-16 18:21:52 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 09:42:38 -0500
commitc0463d0d5225cdb21e3a8aaac5eac0fb7d961b41 (patch)
treef682b62fcd3821663b12e46216b63aa8a5cbf306 /sfx2
parentf4d94eae4a8677a70d6b406ce26614e006ba8b66 (diff)
Fix typos
Reviewed-on: https://gerrit.libreoffice.org/16314 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit ae150c6a5424d021ce5eb46dc9573f12a4d05445) Change-Id: Ibfa971952cd330ddf430e7e951c5c235d2ae6bd8
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/lnkbase2.cxx2
-rw-r--r--sfx2/source/appl/newhelp.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/lnkbase2.cxx b/sfx2/source/appl/lnkbase2.cxx
index ac35800f3d99..87ace2f2003e 100644
--- a/sfx2/source/appl/lnkbase2.cxx
+++ b/sfx2/source/appl/lnkbase2.cxx
@@ -363,7 +363,7 @@ bool SvBaseLink::Update()
}
if( xObj.Is() )
{
- // should be asynschron?
+ // should be asynchronous?
if( xObj->IsPending() )
return true;
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx
index c5df153d4029..4d1147a2e727 100644
--- a/sfx2/source/appl/newhelp.cxx
+++ b/sfx2/source/appl/newhelp.cxx
@@ -2737,7 +2737,7 @@ void SfxHelpWindow_Impl::MakeLayout()
Hide() / Show() will produce strange effects.
The returned size (used later to be written back into the configuration)
is not the right after a resize during the window is hidden.
- If this resize is done if the window is visible evyrthing works as aspected.
+ If this resize is done if the window is visible everything works as expected.
Some VCL-patches could not solve this problem so I've established the
workaround: resize the help window if it's visible .-)
*/