By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1560
Collapse All | Expand All

(-)trinity-koffice-3.5.13.2/lib/kformula/creationstrategy.h.ORI (-1 / +1 lines)
Lines 86-92 Link Here
86
 */
86
 */
87
class OrdinaryCreationStrategy : public ElementCreationStrategy {
87
class OrdinaryCreationStrategy : public ElementCreationStrategy {
88
public:
88
public:
89
    virtual BasicElement* createElement( TQString type, const TQDomElement& element = 0 );
89
    virtual BasicElement* createElement( TQString type, const TQDomElement& element );
90
90
91
    virtual TextElement* createTextElement( const TQChar& ch, bool symbol=false );
91
    virtual TextElement* createTextElement( const TQChar& ch, bool symbol=false );
92
    virtual EmptyElement* createEmptyElement();
92
    virtual EmptyElement* createEmptyElement();

Return to bug 1560