diff options
Diffstat (limited to 'redhat/applications/koffice/koffice-3.5.13.2-fix_kformula_ftbfs.patch')
-rw-r--r-- | redhat/applications/koffice/koffice-3.5.13.2-fix_kformula_ftbfs.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/redhat/applications/koffice/koffice-3.5.13.2-fix_kformula_ftbfs.patch b/redhat/applications/koffice/koffice-3.5.13.2-fix_kformula_ftbfs.patch deleted file mode 100644 index 14e65f1cc..000000000 --- a/redhat/applications/koffice/koffice-3.5.13.2-fix_kformula_ftbfs.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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(); |