Kaydet (Commit) 5c2f5fac authored tarafından Tor Lillqvist's avatar Tor Lillqvist

This SAL_WARN is hit every time Writer is opened it can't be that important

Change-Id: I89922b2b3e7415275e7d91c037733537bc45e336
üst d61c7573
......@@ -2197,7 +2197,6 @@ std::vector< RadioButton* > RadioButton::GetRadioButtonGroup(bool bIncludeThis)
}
//old-school
SAL_WARN("vcl.control", "No new-style group set on radiobutton <" << GetHelpId() << "> using old-style digging around");
// go back to first in group;
vcl::Window* pFirst = const_cast<RadioButton*>(this);
......
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