From 7803b91029b303cc2d78f41c501a271abb471fc8 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 10 Nov 2014 09:37:19 +0200 Subject: WaE: unused variable 'aString' Change-Id: Ie548ad26b7bb2a8ced4e821296b44586aad4026a --- vcl/workben/outdevgrind.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vcl/workben') diff --git a/vcl/workben/outdevgrind.cxx b/vcl/workben/outdevgrind.cxx index 66763e0ad765..f857afe6a5af 100644 --- a/vcl/workben/outdevgrind.cxx +++ b/vcl/workben/outdevgrind.cxx @@ -107,10 +107,11 @@ void setupMethodStubs( functor_vector_type& res ) aPoly3.Rotate( aPoly3.GetBoundRect().Center(), 900 ); - const OUString aString("This is a test"); const LineInfo aLineInfo(LINE_SOLID,5); #ifdef FIXME_VDEV + const OUString aString("This is a test"); + // unfortunately, VDevs have inaccessible copy constructors static VirtualDevice aVDev; static VirtualDevice aVDevBW(1); -- cgit