Unused code removal

This commit is contained in:
Javier Silva Sanahuja 2012-04-23 11:42:50 +05:30 committed by Muthu Subramanian
parent d31aae4c9e
commit d142091d4c
3 changed files with 0 additions and 7 deletions

View File

@ -210,7 +210,6 @@ public:
/** Xcl import may play dirty tricks with OpCode!=ocExternal.
Others don't use! */
FormulaToken* AddExternal( const String& rStr, OpCode eOp = ocExternal );
FormulaToken* AddBad( const sal_Unicode* pStr ); /// ocBad with String
FormulaToken* AddBad( const String& rStr ); /// ocBad with String
FormulaToken* AddStringXML( const String& rStr ); /// ocStringXML with String, temporary during import

View File

@ -770,11 +770,6 @@ FormulaToken* FormulaTokenArray::AddExternal( const String& rStr,
return Add( new FormulaExternalToken( eOp, rStr ) );
}
FormulaToken* FormulaTokenArray::AddBad( const sal_Unicode* pStr )
{
return AddBad( String( pStr ) );
}
FormulaToken* FormulaTokenArray::AddBad( const String& rStr )
{
return Add( new FormulaStringOpToken( ocBad, rStr ) );

View File

@ -707,7 +707,6 @@ drawinglayer::attribute::SdrTextAttribute::isWrongSpell() const
drawinglayer::primitive2d::PolyPolygonStrokePrimitive2D::PolyPolygonStrokePrimitive2D(basegfx::B2DPolyPolygon const&, drawinglayer::attribute::LineAttribute const&)
formula::EditBox::EditBox(Window*, long)
formula::FormulaListBox::FormulaListBox(Window*, long)
formula::FormulaTokenArray::AddBad(unsigned short const*)
formula::FormulaTokenIterator::First()
jfw_plugin::VendorBase::createInstance()
jfw_plugin::VendorBase::getJavaExePaths(int*)