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

Jan Holesovsky kendy at collabora.com
Fri Feb 7 05:28:54 PST 2014


 vcl/source/window/builder.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 9863db7dc5509fc60c96e0db5e8c50e72a966bbd
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Fri Feb 7 14:28:07 2014 +0100

    Am I faster than the clang tinderboxes, or not?
    
    Change-Id: Ie38066e8b3953c07f343bae69b6fec5b0ceb25b4

diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index fd3e6a4..7bf3afe 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -726,7 +726,6 @@ namespace
 
     bool extractVisible(VclBuilder::stringmap &rMap)
     {
-        OString sActionName;
         VclBuilder::stringmap::iterator aFind = rMap.find(OString("visible"));
         if (aFind != rMap.end())
         {


More information about the Libreoffice-commits mailing list