Remove unused method ArgInput::GetArgSelection

This commit is contained in:
Jaime Navarro
2012-04-20 10:22:50 +02:00
committed by Jesús Corrius
parent e4509eea8f
commit fe84f6dbab
3 changed files with 0 additions and 23 deletions

View File

@@ -163,9 +163,6 @@ public:
void SetArgSelection (const Selection& rSel );
void ReplaceSelOfArg (const String& rStr );
Selection GetArgSelection();
ArgEdit* GetArgEdPtr() {return pEdArg;}

View File

@@ -343,25 +343,6 @@ void ArgInput::SetArgSelection (const Selection& rSel )
if(pEdArg !=NULL) pEdArg ->SetSelection(rSel );
}
/*************************************************************************
#* Member: SetArgSelection Date:13.01.97
#*------------------------------------------------------------------------
#*
#* Class: ArgInput
#*
#* Function: Returns the Selection for the EditBox.
#*
#* Input: String
#*
#* Output: ---
#*
#************************************************************************/
Selection ArgInput::GetArgSelection ()
{
Selection aSel;
if(pEdArg !=NULL) aSel=pEdArg ->GetSelection();
return aSel;
}
/*************************************************************************
#* Member: SetArgVal Date:13.01.97

View File

@@ -718,7 +718,6 @@ drawinglayer::attribute::SdrFormTextAttribute::getFormTextShdwTransp() const
drawinglayer::attribute::SdrTextAttribute::getPropertiesVersion() const
drawinglayer::attribute::SdrTextAttribute::isWrongSpell() const
drawinglayer::primitive2d::PolyPolygonStrokePrimitive2D::PolyPolygonStrokePrimitive2D(basegfx::B2DPolyPolygon const&, drawinglayer::attribute::LineAttribute const&)
formula::ArgInput::GetArgSelection()
formula::EditBox::EditBox(Window*, long)
formula::FormulaListBox::FormulaListBox(Window*, long)
formula::FormulaTokenArray::AddBad(unsigned short const*)