diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-10-09 12:55:26 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-10-09 13:02:50 +0200 |
commit | 9defb89ede306b81a0c31a1afad9e71c95a30d32 (patch) | |
tree | e1ecf60eb69bff449553413e37ba8dc88d3a4ebb /svx | |
parent | d402819eb46b19c5448360386da425136d30959d (diff) |
HAS_IA2 is never defined
Change-Id: Ib71e98d1250e6d077c593801993b88c2963459b7
Diffstat (limited to 'svx')
-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); |