[Libreoffice-commits] core.git: sw/source

Miklos Vajna vmiklos at collabora.co.uk
Wed May 27 01:47:59 PDT 2015


 sw/source/core/layout/layact.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3be7e611833f520bd05af7fbdf4aff96f3b13c78
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Wed May 27 10:46:09 2015 +0200

    SwLayIdle::ShowIdle: improve comment
    
    Change-Id: Ibaa03580a39d11e0758c5e02959bed7f14d27790

diff --git a/sw/source/core/layout/layact.cxx b/sw/source/core/layout/layact.cxx
index 26f43ee..fa4c289 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();


More information about the Libreoffice-commits mailing list