Kaydet (Commit) 9defb89e authored tarafından Andras Timar's avatar Andras Timar

HAS_IA2 is never defined

Change-Id: Ib71e98d1250e6d077c593801993b88c2963459b7
üst d402819e
......@@ -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
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment