diff options
author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2016-06-27 13:46:04 +0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-06-29 09:17:53 +0000 |
commit | 541fcc978d69e6ba10e4005fd6e38658100bc112 (patch) | |
tree | 5abfd15ad178e0146cd35ad82352a12247b379ee /svx | |
parent | ed27be2a91adce19bed8822622ea4e23d415725e (diff) |
Move accessibility relations to .ui files, Part 12: tdf#87026
By removing unnecessary variables/strings/function calls,
and making proper changes in the related .ui files.
As of this commit, all accessible relations have been
moved to .ui files other than a few exceptions.
Change-Id: Ic9dffdde414d245c13f13ee08543f90884991222
Reviewed-on: https://gerrit.libreoffice.org/26707
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/gallery2/galbrws2.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx index 0280380736da..d56141c5fc8d 100644 --- a/svx/source/gallery2/galbrws2.cxx +++ b/svx/source/gallery2/galbrws2.cxx @@ -445,7 +445,6 @@ GalleryBrowser2::GalleryBrowser2( vcl::Window* pParent, Gallery* pGallery ) : mpIconView->SetAccessibleRelationLabeledBy(mpIconView); else mpIconView->SetAccessibleRelationLabeledBy(maInfoBar.get()); - mpIconView->SetAccessibleRelationMemberOf(mpIconView); } GalleryBrowser2::~GalleryBrowser2() @@ -750,7 +749,6 @@ void GalleryBrowser2::SelectTheme( const OUString& rThemeName ) mpIconView->SetAccessibleRelationLabeledBy(mpIconView); else mpIconView->SetAccessibleRelationLabeledBy(maInfoBar.get()); - mpIconView->SetAccessibleRelationMemberOf(mpIconView); } void GalleryBrowser2::SetMode( GalleryBrowserMode eMode ) |