vcl/inc/headless/svpgdi.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4a153b4d4429480d04d3b347669723753c05e267 Author: Tor Lillqvist <t...@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(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits