You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
612 B
12 lines
612 B
11 years ago
|
--- trinity-koffice-3.5.13.2/lib/kformula/creationstrategy.h.ORI 2013-08-17 16:45:10.505854525 +0200
|
||
|
+++ trinity-koffice-3.5.13.2/lib/kformula/creationstrategy.h 2013-08-17 16:45:15.120749288 +0200
|
||
|
@@ -86,7 +86,7 @@
|
||
|
*/
|
||
|
class OrdinaryCreationStrategy : public ElementCreationStrategy {
|
||
|
public:
|
||
|
- virtual BasicElement* createElement( TQString type, const TQDomElement& element = 0 );
|
||
|
+ virtual BasicElement* createElement( TQString type, const TQDomElement& element );
|
||
|
|
||
|
virtual TextElement* createTextElement( const TQChar& ch, bool symbol=false );
|
||
|
virtual EmptyElement* createEmptyElement();
|