diff options
author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2016-05-31 15:43:46 +0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-05-31 14:39:44 +0000 |
commit | f96041798bfc3db27f23015f6799ad6e299b8fcf (patch) | |
tree | ed5ae0b426a7bf72c89b0ce26039a0c9f8a7da04 /sc/source/ui | |
parent | 98f45568239960617a867c9accf5bf8af7db5a40 (diff) |
Remove self-labeling SetAccessibleRelationLabeledBy calls tdf#87026
And add some accessibility properties to the related .ui file
Change-Id: I42e2c3f9af6c00536c4ec8cbe0669a7202d4377e
Reviewed-on: https://gerrit.libreoffice.org/25723
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx | 3 | ||||
-rw-r--r-- | sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx index 5f39d8eb35bc..e653c17e8a5a 100644 --- a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx +++ b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx @@ -176,9 +176,6 @@ void CellAppearancePropertyPanel::Initialize() mpTBLineStyle->Disable(); mpTBLineColor->Disable(); - - mpTBLineColor->SetAccessibleRelationLabeledBy(mpTBLineColor); - mpTBLineStyle->SetAccessibleRelationLabeledBy(mpTBLineStyle); } IMPL_LINK_TYPED(CellAppearancePropertyPanel, TbxCellBorderSelectHdl, ToolBox*, pToolBox, void) diff --git a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx index a1b8f2bfd865..15bc8a1aa5f0 100644 --- a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx +++ b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx @@ -95,8 +95,6 @@ void NumberFormatPropertyPanel::Initialize() mpBtnNegRed->SetClickHdl( LINK(this, NumberFormatPropertyPanel, NumFormatValueClickHdl) ); mpBtnThousand->SetClickHdl( LINK(this, NumberFormatPropertyPanel, NumFormatValueClickHdl) ); mpBtnEngineering->SetClickHdl( LINK(this, NumberFormatPropertyPanel, NumFormatValueClickHdl) ); - - mpTBCategory->SetAccessibleRelationLabeledBy(mpTBCategory); } IMPL_LINK_TYPED( NumberFormatPropertyPanel, NumFormatSelectHdl, ListBox&, rBox, void ) |