summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-05-27 10:46:09 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-05-27 10:47:18 +0200
commit3be7e611833f520bd05af7fbdf4aff96f3b13c78 (patch)
treedcf18a5223143d01d4e43ab35c7831e4c85e6c7b
parent790e6302c004be5d52990061a1a68369d75ecb1a (diff)
SwLayIdle::ShowIdle: improve comment
Change-Id: Ibaa03580a39d11e0758c5e02959bed7f14d27790
-rw-r--r--sw/source/core/layout/layact.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/layact.cxx b/sw/source/core/layout/layact.cxx
index 26f43eec8936..fa4c2899b62f 100644
--- a/sw/source/core/layout/layact.cxx
+++ b/sw/source/core/layout/layact.cxx
@@ -2111,7 +2111,7 @@ void SwLayIdle::ShowIdle( ColorData eColorData )
{
Rectangle aRect( 0, 0, 5, 5 );
aRect = pWin->PixelToLogic( aRect );
- // OD 2004-04-23 #116347#
+ // Depending on if idle layout is in progress or not, draw a "red square" or a "green square".
pWin->Push( PushFlags::FILLCOLOR|PushFlags::LINECOLOR );
pWin->SetFillColor( eColorData );
pWin->SetLineColor();