diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-07-27 11:56:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-07-27 13:32:50 +0100 |
commit | 39fd7e97c253153a10161ef3694b64e90e65e80a (patch) | |
tree | 5b592458d59b2acece3b3c11f0714442e2075837 /vcl/source/control/button.cxx | |
parent | 247607727986df0fd0fef198459eb6646e056ea3 (diff) |
Resolves: tdf#109289 add SvxColorListBox::IsValueChangedFromSaved
and remove PushButton::IsValueChangedFromSaved
Change-Id: Ib1c51e27fd708c5d4811c90ef5659b4d55dd8860
Diffstat (limited to 'vcl/source/control/button.cxx')
-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 bf0432c2e143..b97809572d62 100644 --- a/vcl/source/control/button.cxx +++ b/vcl/source/control/button.cxx @@ -622,7 +622,6 @@ void PushButton::ImplInitPushButtonData() meSymbol = SymbolType::DONTKNOW; meState = TRISTATE_FALSE; - meSaveValue = TRISTATE_FALSE; mnDDStyle = PushButtonDropdownStyle::NONE; mbIsActive = false; mbPressed = false; |