summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/graphic
diff options
context:
space:
mode:
authormelikeyurtoglu <aysemelikeyurtoglu@gmail.com>2016-01-23 12:54:42 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2016-02-23 10:23:21 +0100
commit5a9cbb7a5fa792af32958b6bfc2c386c4d27772a (patch)
tree017cdec697212bc1a340169e0dd55db85c964155 /svx/source/sidebar/graphic
parent70ca225505922f74aca9480146b0f2ec207ca4ee (diff)
tdf#87026 Move accessibility relations to .ui files
Change-Id: I78dab5edf222503a8e7c5cd6f5dd523777df5731 Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
Diffstat (limited to 'svx/source/sidebar/graphic')
-rw-r--r--svx/source/sidebar/graphic/GraphicPropertyPanel.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx b/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
index d8fe13bca084..d68bff3685e9 100644
--- a/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
+++ b/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
@@ -97,18 +97,14 @@ void GraphicPropertyPanel::dispose()
void GraphicPropertyPanel::Initialize()
{
mpMtrBrightness->SetModifyHdl( LINK( this, GraphicPropertyPanel, ModifyBrightnessHdl ) );
- mpMtrBrightness->SetAccessibleName("Brightness");
mpMtrContrast->SetModifyHdl( LINK( this, GraphicPropertyPanel, ModifyContrastHdl ) );
- mpMtrContrast->SetAccessibleName("Contrast");
mpMtrTrans->SetModifyHdl( LINK( this, GraphicPropertyPanel, ModifyTransHdl ) );
- mpMtrTrans->SetAccessibleName("Transparency");
mpLBColorMode->InsertEntry(SVX_RESSTR(RID_SVXSTR_GRAFMODE_STANDARD));
mpLBColorMode->InsertEntry(SVX_RESSTR(RID_SVXSTR_GRAFMODE_GREYS));
mpLBColorMode->InsertEntry(SVX_RESSTR(RID_SVXSTR_GRAFMODE_MONO));
mpLBColorMode->InsertEntry(SVX_RESSTR(RID_SVXSTR_GRAFMODE_WATERMARK));
mpLBColorMode->SetSelectHdl( LINK( this, GraphicPropertyPanel, ClickColorModeHdl ));
- mpLBColorMode->SetAccessibleName("Color mode");
mpMtrRed->SetModifyHdl( LINK( this, GraphicPropertyPanel, RedHdl ) );
mpMtrGreen->SetModifyHdl( LINK( this, GraphicPropertyPanel, GreenHdl ) );
@@ -117,12 +113,6 @@ void GraphicPropertyPanel::Initialize()
mpMtrRed->SetAccessibleName(mpMtrRed->GetQuickHelpText());
mpMtrGreen->SetAccessibleName(mpMtrGreen->GetQuickHelpText());
mpMtrBlue->SetAccessibleName(mpMtrBlue->GetQuickHelpText());
- mpMtrGamma->SetAccessibleName("Gamma value");
-
- mpMtrRed->SetAccessibleRelationLabeledBy(mpMtrRed);
- mpMtrGreen->SetAccessibleRelationLabeledBy(mpMtrGreen);
- mpMtrBlue->SetAccessibleRelationLabeledBy(mpMtrBlue);
- mpMtrGamma->SetAccessibleRelationLabeledBy(mpMtrGamma);
// Fix left position of some controls that may be wrong due to
// rounding errors.