summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-03-29 00:14:09 +0200
committerTor Lillqvist <tml@collabora.com>2015-03-29 01:56:37 +0200
commit5c2f5facca97d70926194048877ba31b23906ef4 (patch)
tree8dc857a05a954a3dfc6fbcd973d89aef52a740eb
parentd61c7573d7345a3b57a9e71740ff8f50ee40116e (diff)
This SAL_WARN is hit every time Writer is opened it can't be that important
Change-Id: I89922b2b3e7415275e7d91c037733537bc45e336
-rw-r--r--vcl/source/control/button.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
index 5b9c8c2ab1e0..37c78ae08e85 100644
--- a/vcl/source/control/button.cxx
+++ b/vcl/source/control/button.cxx
@@ -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);