summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-09-25 12:10:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:51 +0100
commit390abf002b2ee77e3061df37de866ed03cdb6c3a (patch)
tree524539510edd05214653ae81b84c5c31e7fa7f12 /vcl
parent29f162da2c4ad45bde54cf475d20cd226b54f07f (diff)
convert add/remove autoformats to new layout dialogs
Change-Id: I79d658b4e8e1342c012a4bc52b3204ccceaa5520
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/window2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx
index 5fd5a632e40c..005b47e5a190 100644
--- a/vcl/source/window/window2.cxx
+++ b/vcl/source/window/window2.cxx
@@ -2032,7 +2032,7 @@ bool Window::set_property(const rtl::OString &rKey, const rtl::OString &rValue)
set_margin_bottom(rValue.toInt32());
else
{
- fprintf(stderr, "unhandled property %s\n", rKey.getStr());
+ SAL_WARN("vcl.layout", "unhandled property: " << rKey.getStr());
return false;
}
return true;