summaryrefslogtreecommitdiffstats
path: root/redhat/applications/koffice
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2013-08-17 23:21:22 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2013-08-17 23:21:22 +0200
commitd54fc1da9589ff01c456d54f2b88cbf08769050c (patch)
treef97aab008836547eafb96f89364f6ea0e2f07d23 /redhat/applications/koffice
parented0fc65a82f723d0e1ad4bce647758d322cb9482 (diff)
downloadtde-packaging-d54fc1da9589ff01c456d54f2b88cbf08769050c.tar.gz
tde-packaging-d54fc1da9589ff01c456d54f2b88cbf08769050c.zip
RPM Packaging: update packages for 3.5.13.2 under Fedora 19
Diffstat (limited to 'redhat/applications/koffice')
-rw-r--r--redhat/applications/koffice/koffice-3.5.13.2-fix_kformula_ftbfs.patch11
1 files changed, 11 insertions, 0 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
new file mode 100644
index 000000000..14e65f1cc
--- /dev/null
+++ b/redhat/applications/koffice/koffice-3.5.13.2-fix_kformula_ftbfs.patch
@@ -0,0 +1,11 @@
+--- 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();