Kaydet (Commit) 51605bf9 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

fprintf -> SAL_INFO

Change-Id: I8983404bc0d10051dcf5ad71842560a0f7eaf3ba
üst 7c53577f
...@@ -2208,7 +2208,7 @@ bool MessageDialog::set_property(const OString &rKey, const OString &rValue) ...@@ -2208,7 +2208,7 @@ bool MessageDialog::set_property(const OString &rKey, const OString &rValue)
} }
else if (rKey == "buttons") else if (rKey == "buttons")
{ {
fprintf(stderr, "vcl.layout buttons type mode %s", rValue.getStr()); SAL_INFO("vcl.layout", "buttons type mode " << rValue);
VclButtonsType eMode = VCL_BUTTONS_NONE; VclButtonsType eMode = VCL_BUTTONS_NONE;
if (rValue.equals("none")) if (rValue.equals("none"))
eMode = VCL_BUTTONS_NONE; eMode = VCL_BUTTONS_NONE;
......
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