summaryrefslogtreecommitdiffstats
path: root/filters/olefilters
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2015-03-05 05:03:32 +0100
committerSlávek Banko <[email protected]>2015-03-05 05:03:32 +0100
commitf9f32cc93e35d51abba0fb9f26afc211c60a5ea4 (patch)
treedf566426539627ac453c084e8dccba09afdb64b8 /filters/olefilters
parent98a0195cc514bc04129ef9420f1bfbc971770895 (diff)
downloadkoffice-f9f32cc93e35d51abba0fb9f26afc211c60a5ea4.tar.gz
koffice-f9f32cc93e35d51abba0fb9f26afc211c60a5ea4.zip
Fix incorrectly renamed strings
Diffstat (limited to 'filters/olefilters')
-rw-r--r--filters/olefilters/lib/filterbase.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/filters/olefilters/lib/filterbase.cc b/filters/olefilters/lib/filterbase.cc
index 523a0348..dbb7edd0 100644
--- a/filters/olefilters/lib/filterbase.cc
+++ b/filters/olefilters/lib/filterbase.cc
@@ -36,8 +36,8 @@ bool FilterBase::filter() {
const unsigned height = 841; // Height.
const unsigned width = 595; // Width.
- const unsigned hMargin = 28; //Qt::Horizontal margin.
- const unsigned vMargin = 42; //Qt::Vertical margin.
+ const unsigned hMargin = 28; // Horizontal margin.
+ const unsigned vMargin = 42; // Vertical margin.
newstr = TQString("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE DOC >\n"
"<DOC author=\"Reginald Stadlbauer and Torben Weis\" email=\"[email protected] and [email protected]\" editor=\"KWord\" mime=\"application/x-kword\">\n"