[Libreoffice-commits] core.git: vcl/inc

Tor Lillqvist tml at collabora.com
Mon Feb 17 09:07:31 CET 2014


 vcl/inc/headless/svpgdi.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4a153b4d4429480d04d3b347669723753c05e267
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Feb 17 09:55:24 2014 +0200

    Fix fallout from 772c3a202481506b92c496948cfdc0f23ab94b2c
    
    Change-Id: I0019ca081086544142b39aac5e6f00d5f1822ccb

diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx
index 1e76503..94a5c1c 100644
--- a/vcl/inc/headless/svpgdi.hxx
+++ b/vcl/inc/headless/svpgdi.hxx
@@ -244,7 +244,7 @@ public:
                          std::vector<unsigned char>& rBuffer,
                          bool* pJustCFF );
     void                RefreshRect( const CGRect& ) { };
-    void                RefreshRect(float /* lX */, float /* lY */, float /* lWidth */, float /* lHeight */) { };
+    void                RefreshRect(float lX, float lY, float lWidth, float lHeight);
     void                SetState();
     void                UnsetState();
     void                InvalidateContext();


More information about the Libreoffice-commits mailing list