diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-29 00:14:09 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-29 01:56:37 +0200 |
commit | 5c2f5facca97d70926194048877ba31b23906ef4 (patch) | |
tree | 8dc857a05a954a3dfc6fbcd973d89aef52a740eb /vcl | |
parent | d61c7573d7345a3b57a9e71740ff8f50ee40116e (diff) |
This SAL_WARN is hit every time Writer is opened it can't be that important
Change-Id: I89922b2b3e7415275e7d91c037733537bc45e336
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/button.cxx | 1 |
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); |