diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-07-27 11:54:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-07-27 13:32:50 +0100 |
commit | 247607727986df0fd0fef198459eb6646e056ea3 (patch) | |
tree | f952b11c9dd4e17a2e110e983d29a40d877f51d0 /cui/source/inc | |
parent | 620d032b1807477ef1e2b547ce772c284aa0da50 (diff) |
Related: tdf#109289 move PushButton::IsValueChangedFromSaved to consumer
inheriting the IsValueChangedFromSaved from PushButton has allowed
undesirable behaviour to be selected
Change-Id: Ifccb1657d2565005e6f9e239c6118f2e5ae7970c
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/textanim.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cui/source/inc/textanim.hxx b/cui/source/inc/textanim.hxx index 9b4a635d4568..37ff6561b9e3 100644 --- a/cui/source/inc/textanim.hxx +++ b/cui/source/inc/textanim.hxx @@ -74,6 +74,11 @@ private: void SelectDirection( SdrTextAniDirection nValue ); sal_uInt16 GetSelectedDirection(); + TriState m_aUpState; + TriState m_aLeftState; + TriState m_aRightState; + TriState m_aDownState; + public: SvxTextAnimationPage( vcl::Window* pWindow, const SfxItemSet& rInAttrs ); virtual ~SvxTextAnimationPage() override; |