From 67d6091052b24745ca6b45654be0906257ceb9cf Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 17 Jul 2013 13:52:15 +0100 Subject: dump the name of the radiobuttons without groups set Change-Id: I873b5825ef4c49aec86799556229584116f066fa --- vcl/source/control/button.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx index f4b43517bae6..de4d7a331de5 100644 --- a/vcl/source/control/button.cxx +++ b/vcl/source/control/button.cxx @@ -2398,7 +2398,7 @@ std::vector< RadioButton* > RadioButton::GetRadioButtonGroup(bool bIncludeThis) } //old-school - SAL_WARN("vcl.control", "No new-style group set on radiobutton, using old-style digging around"); + SAL_WARN("vcl.control", "No new-style group set on radiobutton <" << GetHelpId() << "> using old-style digging around"); // go back to first in group; Window* pFirst = const_cast(this); -- cgit v1.2.3