[Libreoffice-bugs] [Bug 134203] Layout loop

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Aug 26 11:43:10 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=134203

--- Comment #13 from Buovjaga <ilmari.lauhakangas at libreoffice.org> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210826/feaf4d87/attachment.htm>


More information about the Libreoffice-bugs mailing list