Kaydet (Commit) 8a75ecb4 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Don't bother with the red/green rectangle on non-desktop

It just makes it harder to debug low-level drawing stuff if LO insists
on drawing stuff by itself all the time while idle...

Change-Id: Ied22aa5c94fbe43ef34063ee865223cc7467a3d3
üst adc68965
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <config_features.h>
#include <time.h> #include <time.h>
#include "rootfrm.hxx" #include "rootfrm.hxx"
...@@ -2228,7 +2229,7 @@ sal_Bool SwLayIdle::DoIdleJob( IdleJobType eJob, sal_Bool bVisAreaOnly ) ...@@ -2228,7 +2229,7 @@ sal_Bool SwLayIdle::DoIdleJob( IdleJobType eJob, sal_Bool bVisAreaOnly )
return sal_False; return sal_False;
} }
#ifdef DBG_UTIL #if HAVE_FEATURE_DESKTOP && defined DBG_UTIL
/************************************************************************* /*************************************************************************
|* |*
|* void SwLayIdle::SwLayIdle() |* void SwLayIdle::SwLayIdle()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment