From fe84f6dbab168e9bdc1459c446c4dff0afb17fdc Mon Sep 17 00:00:00 2001 From: Jaime Navarro Date: Fri, 20 Apr 2012 10:22:50 +0200 Subject: Remove unused method ArgInput::GetArgSelection --- formula/source/ui/dlg/ControlHelper.hxx | 3 --- formula/source/ui/dlg/funcutl.cxx | 19 ------------------- unusedcode.easy | 1 - 3 files changed, 23 deletions(-) diff --git a/formula/source/ui/dlg/ControlHelper.hxx b/formula/source/ui/dlg/ControlHelper.hxx index b1aa6369218a..56f04e935f7b 100644 --- a/formula/source/ui/dlg/ControlHelper.hxx +++ b/formula/source/ui/dlg/ControlHelper.hxx @@ -163,9 +163,6 @@ public: void SetArgSelection (const Selection& rSel ); void ReplaceSelOfArg (const String& rStr ); - Selection GetArgSelection(); - - ArgEdit* GetArgEdPtr() {return pEdArg;} diff --git a/formula/source/ui/dlg/funcutl.cxx b/formula/source/ui/dlg/funcutl.cxx index 36115d0f6a4a..5673304a9d36 100644 --- a/formula/source/ui/dlg/funcutl.cxx +++ b/formula/source/ui/dlg/funcutl.cxx @@ -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 diff --git a/unusedcode.easy b/unusedcode.easy index cf1e982adfe9..ff33e91d3230 100755 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -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*) -- cgit v1.2.3