[Libreoffice-commits] core.git: vcl/workben

Tor Lillqvist tml at collabora.com
Sun Nov 9 23:48:07 PST 2014


 vcl/workben/outdevgrind.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 7803b91029b303cc2d78f41c501a271abb471fc8
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Nov 10 09:37:19 2014 +0200

    WaE: unused variable 'aString'
    
    Change-Id: Ie548ad26b7bb2a8ced4e821296b44586aad4026a

diff --git a/vcl/workben/outdevgrind.cxx b/vcl/workben/outdevgrind.cxx
index 66763e0..f857afe 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);


More information about the Libreoffice-commits mailing list