summaryrefslogtreecommitdiff
path: root/editors/calligra/files
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2006-12-19 21:19:54 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2006-12-19 21:19:54 +0000
commit1160fd7012e9178dcc628403246431be1258220c (patch)
tree7e40351a3df9a22683e158e9f84074c3071a0c56 /editors/calligra/files
parent- Update to 0.9.3-5.wink.at.nivit.;) (diff)
Update to KDE 3.5.5 / KOffice 1.6.1
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=180198
Diffstat (limited to 'editors/calligra/files')
-rw-r--r--editors/calligra/files/patch-kexi_kexidb-preparedstatement.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/calligra/files/patch-kexi_kexidb-preparedstatement.cpp b/editors/calligra/files/patch-kexi_kexidb-preparedstatement.cpp
deleted file mode 100644
index 2f0cd77eaa23..000000000000
--- a/editors/calligra/files/patch-kexi_kexidb-preparedstatement.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- kexi/kexidb/preparedstatement.cpp.orig Thu May 25 15:55:54 2006
-+++ kexi/kexidb/preparedstatement.cpp Thu May 25 16:02:59 2006
-@@ -104,7 +104,7 @@
- }
- s.append(")");
- s.prepend(QCString("INSERT INTO ") + table->name().latin1()
-- + (allTableFieldsUsed ? "" : (" (" + namesList + ")"))
-+ + (allTableFieldsUsed ? QCString("") : (" (" + namesList + ")"))
- + " VALUES (");
- }
- return s;