vcl/source/gdi/outdev2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9433eed641ad986e986e924b575b1ae008e20fe2
Author: Norbert Thiebaud <nthieb...@gmail.com>
Date:   Sat Mar 22 01:12:39 2014 -0500

    WaE unused parameter
    
    Change-Id: I1390e327d8085badcfc3067763576fc6a0f3887c

diff --git a/vcl/source/gdi/outdev2.cxx b/vcl/source/gdi/outdev2.cxx
index 1e1671f..25a687d 100644
--- a/vcl/source/gdi/outdev2.cxx
+++ b/vcl/source/gdi/outdev2.cxx
@@ -336,7 +336,7 @@ void OutputDevice::DrawOutDev( const Point& rDestPt, const 
Size& rDestSize,
     (void) rDestSize;
     (void) rSrcPt;
     (void) rSrcSize;
-
+    (void) rOutDev;
     // This should never occur! You can't call this function on a Printer 
instance
     DBG_ASSERT( false, "Don't use OutputDevice::DrawOutDev(...) with printer 
devices!" );
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to