diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-10 09:37:19 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-10 09:37:19 +0200 |
commit | 7803b91029b303cc2d78f41c501a271abb471fc8 (patch) | |
tree | e8289d62648495e6bc7f618d824ccc6c84a72235 /vcl/workben | |
parent | 027041a003fd3821e9b530c1f6a2b42d18a8752c (diff) |
WaE: unused variable 'aString'
Change-Id: Ie548ad26b7bb2a8ced4e821296b44586aad4026a
Diffstat (limited to 'vcl/workben')
-rw-r--r-- | vcl/workben/outdevgrind.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
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); |