Kaydet (Commit) 593e6ed3 authored tarafından Arnaud Versini's avatar Arnaud Versini Kaydeden (comit) Markus Mohrhard

Remove fprintf usage from vcl/builder

Change-Id: I185cedfaff30063fe0d0deb64eecff8796ac1ff9
Reviewed-on: https://gerrit.libreoffice.org/1813Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 2ce7bc90
...@@ -1636,8 +1636,6 @@ void VclBuilder::handleAtkObject(xmlreader::XmlReader &reader, const OString &rI ...@@ -1636,8 +1636,6 @@ void VclBuilder::handleAtkObject(xmlreader::XmlReader &reader, const OString &rI
pWindow->set_property(rKey.copy(RTL_CONSTASCII_LENGTH("AtkObject::")), rValue); pWindow->set_property(rKey.copy(RTL_CONSTASCII_LENGTH("AtkObject::")), rValue);
else else
SAL_WARN("vcl.layout", "unhandled atk prop: " << rKey.getStr()); SAL_WARN("vcl.layout", "unhandled atk prop: " << rKey.getStr());
fprintf(stderr, "setting atk props on %p\n", pWindow);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment