[Libreoffice-commits] .: vcl/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 22 11:01:53 PST 2013


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

New commits:
commit 593e6ed34f89c8abba41a771d5de05aebd600fb3
Author: Arnaud Versini <arnaud.versini at gmail.com>
Date:   Tue Jan 22 19:57:21 2013 +0100

    Remove fprintf usage from vcl/builder
    
    Change-Id: I185cedfaff30063fe0d0deb64eecff8796ac1ff9
    Reviewed-on: https://gerrit.libreoffice.org/1813
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index e564823..4596a2c 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -1636,8 +1636,6 @@ void VclBuilder::handleAtkObject(xmlreader::XmlReader &reader, const OString &rI
             pWindow->set_property(rKey.copy(RTL_CONSTASCII_LENGTH("AtkObject::")), rValue);
         else
             SAL_WARN("vcl.layout", "unhandled atk prop: " << rKey.getStr());
-
-        fprintf(stderr, "setting atk props on %p\n", pWindow);
     }
 }
 


More information about the Libreoffice-commits mailing list