[Libreoffice-commits] core.git: vcl/source
Norbert Thiebaud
nthiebaud at gmail.com
Fri Mar 21 23:13:22 PDT 2014
vcl/source/gdi/outdev2.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9433eed641ad986e986e924b575b1ae008e20fe2
Author: Norbert Thiebaud <nthiebaud at 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!" );
}
More information about the Libreoffice-commits
mailing list