https://bugs.documentfoundation.org/show_bug.cgi?id=134203
--- Comment #13 from Buovjaga <[email protected]> --- I reverted the new bit, but unfortunately the problem remains :( Git diff of what I changed: diff --git a/sw/source/core/inc/layact.hxx b/sw/source/core/inc/layact.hxx index a0f955aa4099..a0f84d720a67 100644 --- a/sw/source/core/inc/layact.hxx +++ b/sw/source/core/inc/layact.hxx @@ -21,7 +21,6 @@ #include <sal/config.h> -#include <vcl/inputtypes.hxx> #include <tools/color.hxx> #include <ctime> diff --git a/sw/source/core/layout/layact.cxx b/sw/source/core/layout/layact.cxx index 95a48df5efda..e5edd93cee58 100644 --- a/sw/source/core/layout/layact.cxx +++ b/sw/source/core/layout/layact.cxx @@ -39,7 +39,6 @@ #include <sfx2/event.hxx> #include <ftnidx.hxx> -#include <vcl/svapp.hxx> #include <editeng/opaqitem.hxx> #include <SwSmartTagMgr.hxx> #include <sal/log.hxx> @@ -2246,7 +2245,7 @@ SwLayIdle::SwLayIdle( SwRootFrame *pRt, SwViewShellImp *pI ) : bool bInterrupt(false); { SwLayAction aAction( m_pRoot, m_pImp ); - aAction.SetInputType( VCL_INPUT_ANY & VclInputFlags(~VclInputFlags::TIMER) ); + aAction.SetInputType( VCL_INPUT_ANY ); aAction.SetIdle( true ); aAction.SetWaitAllowed( false ); aAction.Action(m_pImp->GetShell()->GetOut()); -- You are receiving this mail because: You are the assignee for the bug.
