summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/layout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/layout.cxx')
-rw-r--r--vcl/source/window/layout.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx
index 6e8161631f6c..9ab95793f706 100644
--- a/vcl/source/window/layout.cxx
+++ b/vcl/source/window/layout.cxx
@@ -322,7 +322,9 @@ bool VclButtonBox::set_property(const rtl::OString &rKey, const rtl::OString &rV
else if (rValue.equalsL(RTL_CONSTASCII_STRINGPARAM("center")))
eStyle = VCL_BUTTONBOX_CENTER;
else
- fprintf(stderr, "unknown layout style %s\n", rValue.getStr());
+ {
+ SAL_WARN("vcl.layout", "unknown layout style " << rValue.getStr());
+ }
set_layout(eStyle);
}
else
@@ -359,7 +361,7 @@ void VclButtonBox::setAllocation(const Size &rAllocation)
case VCL_BUTTONBOX_START:
break;
default:
- fprintf(stderr, "todo unimplemented layout style\n");
+ SAL_WARN("vcl.layout", "todo unimplemented layout style");
case VCL_BUTTONBOX_DEFAULT_STYLE:
case VCL_BUTTONBOX_END:
setPrimaryCoordinate(aPos, nPrimaryCoordinate + nAllocPrimaryDimension