diff options
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r-- | sfx2/source/appl/lnkbase2.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/appl/newhelp.cxx | 2 |
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 717a813d9c14..1627160142dc 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 .-) */ |