diff options
author | Steve Yin <steve_y@apache.org> | 2013-11-26 12:02:05 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-11-26 12:03:58 +0000 |
commit | abbe6ce54c1ad96b1c12f019825916e078a02cb3 (patch) | |
tree | e2b2a2ac82d86218513e5439712240813f5216c4 /cui/source/tabpages | |
parent | 968a76817340cafaeb239b71164974e3c0c43f04 (diff) |
Integrate branch of IAccessible2
Change-Id: Ic7d66abbfe8d88bfad66b1dbc8dd5bd103419714
Diffstat (limited to 'cui/source/tabpages')
-rw-r--r-- | cui/source/tabpages/tparea.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx index 462b410c57a6..790c0f332ed4 100644 --- a/cui/source/tabpages/tparea.cxx +++ b/cui/source/tabpages/tparea.cxx @@ -2036,6 +2036,9 @@ void SvxAreaTabPage::ClickBitmapHdl_Impl() m_pFlPosition->Enable(); m_pFlOffset->Enable(); + if (!m_pRbtRow->IsChecked() && !m_pRbtColumn->IsChecked()) + m_pRbtRow->Check(); + // Controls for Hatch-Background m_pFlHatchBckgrd->Hide(); |