diff options
-rw-r--r-- | svx/source/sidebar/paragraph/ParaPropertyPanel.cxx | 17 | ||||
-rw-r--r-- | svx/source/sidebar/possize/PosSizePropertyPanel.cxx | 3 |
2 files changed, 0 insertions, 20 deletions
diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx index a390fed35fc7..bb9994ea5c9c 100644 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx @@ -351,23 +351,6 @@ void ParaPropertyPanel::initial() InitToolBoxBulletsNumbering(); InitToolBoxSpacing(); InitToolBoxLineSpacing(); - -#ifdef HAS_IA2 - mpAlignToolBox->SetAccRelationLabeledBy(&mpAlignToolBox); - mpTBxVertAlign->SetMpSubEditAccLableBy(&mpTBxVertAlign); - mpTBxNumBullet->SetAccRelationLabeledBy(&mpTBxNumBullet); - mpTBxBackColor->SetMpSubEditAccLableBy(&mpTBxBackColor); - mpTbxUL_IncDec->SetAccRelationLabeledBy(&mpTbxUL_IncDec); - mpTopDist->SetAccRelationLabeledBy(&mpTopDist); - mpBottomDist->SetAccRelationLabeledBy(&mpBottomDist); - mpLineSPTbx->SetAccRelationLabeledBy(&mpLineSPTbx); - mpTbxIndent_IncDec->SetAccRelationLabeledBy(&mpTbxIndent_IncDec); - mpTbxProDemote->SetAccRelationLabeledBy(&mpTbxProDemote); - mpLeftIndent->SetAccRelationLabeledBy(&mpLeftIndent); - mpRightIndent->SetAccRelationLabeledBy(&mpRightIndent); - mpFLineIndent->SetAccRelationLabeledBy(&mpFLineIndent); - mpColorUpdater->SetAccRelationLabeledBy(&mpColorUpdater); -#endif } // for Numbering & Bullet diff --git a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx index 4cf7cfa99286..0ef3d8ec540f 100644 --- a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx +++ b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx @@ -181,9 +181,6 @@ void PosSizePropertyPanel::Initialize() mpMtrWidth->SetAccessibleRelationLabeledBy(mpFtWidth); mpMtrHeight->SetAccessibleRelationLabeledBy(mpFtHeight); mpMtrAngle->SetAccessibleRelationLabeledBy(mpFtAngle); -#ifdef HAS_IA2 - mpMtrAngle->SetMpSubEditAccLableBy(mpFtAngle); -#endif mpFlipTbx->SetAccessibleRelationLabeledBy(mpFtFlip); mpMtrAngle->InsertValue(0, FUNIT_CUSTOM); |