Remove unused method ArgInput::GetArgSelection
This commit is contained in:
committed by
Jesús Corrius
parent
e4509eea8f
commit
fe84f6dbab
@@ -163,9 +163,6 @@ public:
|
|||||||
void SetArgSelection (const Selection& rSel );
|
void SetArgSelection (const Selection& rSel );
|
||||||
void ReplaceSelOfArg (const String& rStr );
|
void ReplaceSelOfArg (const String& rStr );
|
||||||
|
|
||||||
Selection GetArgSelection();
|
|
||||||
|
|
||||||
|
|
||||||
ArgEdit* GetArgEdPtr() {return pEdArg;}
|
ArgEdit* GetArgEdPtr() {return pEdArg;}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -343,25 +343,6 @@ void ArgInput::SetArgSelection (const Selection& rSel )
|
|||||||
if(pEdArg !=NULL) pEdArg ->SetSelection(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
|
#* Member: SetArgVal Date:13.01.97
|
||||||
|
@@ -718,7 +718,6 @@ drawinglayer::attribute::SdrFormTextAttribute::getFormTextShdwTransp() const
|
|||||||
drawinglayer::attribute::SdrTextAttribute::getPropertiesVersion() const
|
drawinglayer::attribute::SdrTextAttribute::getPropertiesVersion() const
|
||||||
drawinglayer::attribute::SdrTextAttribute::isWrongSpell() const
|
drawinglayer::attribute::SdrTextAttribute::isWrongSpell() const
|
||||||
drawinglayer::primitive2d::PolyPolygonStrokePrimitive2D::PolyPolygonStrokePrimitive2D(basegfx::B2DPolyPolygon const&, drawinglayer::attribute::LineAttribute const&)
|
drawinglayer::primitive2d::PolyPolygonStrokePrimitive2D::PolyPolygonStrokePrimitive2D(basegfx::B2DPolyPolygon const&, drawinglayer::attribute::LineAttribute const&)
|
||||||
formula::ArgInput::GetArgSelection()
|
|
||||||
formula::EditBox::EditBox(Window*, long)
|
formula::EditBox::EditBox(Window*, long)
|
||||||
formula::FormulaListBox::FormulaListBox(Window*, long)
|
formula::FormulaListBox::FormulaListBox(Window*, long)
|
||||||
formula::FormulaTokenArray::AddBad(unsigned short const*)
|
formula::FormulaTokenArray::AddBad(unsigned short const*)
|
||||||
|
Reference in New Issue
Block a user