diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-18 14:16:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-18 14:22:19 +0100 |
commit | 30ba8fa46aafb0868ada3b0092cd33524c145989 (patch) | |
tree | 6fbf7508b22e05fc137d593a197b403a2f3d40fa /include | |
parent | 1fb69ba27999606db68915fe745629b2ed42c8b1 (diff) |
don't unconditionally enable buttons on switching to accept/reject page
we want to disable all of them when switch to the options page and *restore*
the original enable/disable state when switching back i.e. don't enable them if
they were disabled due to change tracking password protection
regression since 8655095a4910ca795dfd182e6796d9375727a694
Change-Id: I2dd6c83fd9613adf42571684a08bff81b86c9ee1
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/ctredlin.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/svx/ctredlin.hxx b/include/svx/ctredlin.hxx index 1958307acde1..f3107d9f05a6 100644 --- a/include/svx/ctredlin.hxx +++ b/include/svx/ctredlin.hxx @@ -305,6 +305,12 @@ private: PushButton* m_pRejectAll; PushButton* m_pUndo; + bool bEnableAccept; + bool bEnableAcceptAll; + bool bEnableReject; + bool bEnableRejectAll; + bool bEnableUndo; + DECL_LINK( PbClickHdl, PushButton* ); public: |