summaryrefslogtreecommitdiff
path: root/include/vcl/button.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-07-27 11:56:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-07-27 13:32:50 +0100
commit39fd7e97c253153a10161ef3694b64e90e65e80a (patch)
tree5b592458d59b2acece3b3c11f0714442e2075837 /include/vcl/button.hxx
parent247607727986df0fd0fef198459eb6646e056ea3 (diff)
Resolves: tdf#109289 add SvxColorListBox::IsValueChangedFromSaved
and remove PushButton::IsValueChangedFromSaved Change-Id: Ib1c51e27fd708c5d4811c90ef5659b4d55dd8860
Diffstat (limited to 'include/vcl/button.hxx')
-rw-r--r--include/vcl/button.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index 6de11784086d..3ec0d467bf85 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -157,9 +157,6 @@ public:
void EndSelection();
- void SaveValue() { meSaveValue = GetState(); }
- bool IsValueChangedFromSaved() const { return meSaveValue != GetState(); }
-
Size CalcMinimumSize() const;
virtual Size GetOptimalSize() const override;
@@ -200,7 +197,6 @@ protected:
private:
SymbolType meSymbol;
TriState meState;
- TriState meSaveValue;
bool mbPressed;
};