[Libreoffice-commits] core.git: vcl/source
Stephan Bergmann
sbergman at redhat.com
Fri Mar 14 05:45:37 PDT 2014
vcl/source/window/layout.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 51605bf98220d7e54dee20af17c33cebe23a0813
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Mar 14 13:45:00 2014 +0100
fprintf -> SAL_INFO
Change-Id: I8983404bc0d10051dcf5ad71842560a0f7eaf3ba
diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx
index bbac6a4..d8ab4c6 100644
--- a/vcl/source/window/layout.cxx
+++ b/vcl/source/window/layout.cxx
@@ -2208,7 +2208,7 @@ bool MessageDialog::set_property(const OString &rKey, const OString &rValue)
}
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;
if (rValue.equals("none"))
eMode = VCL_BUTTONS_NONE;
More information about the Libreoffice-commits
mailing list