[Libreoffice-commits] core.git: Branch 'private/kohei/4-2-data-stream-staging' - sc/source

Kohei Yoshida kohei.yoshida at collabora.com
Thu Dec 19 16:36:33 PST 2013


 sc/source/ui/inc/gridwin.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 57037335de133822788e56c65f200af4f726c83e
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Thu Dec 19 19:37:33 2013 -0500

    This too was missing.
    
    Change-Id: I0d5108898ccc4e6d18991e7990fa2c0c29995cca

diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx
index 8755da8..5ac059c 100644
--- a/sc/source/ui/inc/gridwin.hxx
+++ b/sc/source/ui/inc/gridwin.hxx
@@ -373,6 +373,7 @@ public:
 
     void            StopMarking();
     void            UpdateInputContext();
+    bool            NeedsRepaint() { return bNeedsRepaint; }
 
     void            CheckInverted()     { if (nPaintCount) bNeedsRepaint = true; }
 


More information about the Libreoffice-commits mailing list