Unused code removal
This commit is contained in:
parent
d31aae4c9e
commit
d142091d4c
@ -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
|
||||
|
||||
|
@ -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 ) );
|
||||
|
@ -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*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user