From 7c71ab86d1f7e387fc3df63b48df07231f111862 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- filters/kspread/opencalc/opencalcimport.cc | 2 +- filters/kspread/opencalc/status.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'filters/kspread/opencalc') diff --git a/filters/kspread/opencalc/opencalcimport.cc b/filters/kspread/opencalc/opencalcimport.cc index 1f8e6b50e..5316749ef 100644 --- a/filters/kspread/opencalc/opencalcimport.cc +++ b/filters/kspread/opencalc/opencalcimport.cc @@ -972,7 +972,7 @@ bool OpenCalcImport::readRowsAndCells( TQDomElement & content, Sheet * table ) /* * TODO: Test: do we need to copy the cells, too? - * if so we will probably also need to copy them for repeated col tqlayouts. + * if so we will probably also need to copy them for repeated col layouts. for ( j = 1; j <= columns; ++j ) { Cell* cell = table->cellAt( j, backupRow ); diff --git a/filters/kspread/opencalc/status.html b/filters/kspread/opencalc/status.html index e2d667ad0..dfaed8a4b 100644 --- a/filters/kspread/opencalc/status.html +++ b/filters/kspread/opencalc/status.html @@ -47,10 +47,10 @@ KOffice filters status:   OpenOffice.org Calc Links (e-mail, files, web)
cell content
Datatypes: float, percentage, (date), times, booleans (miss some kspread support)
- Formating: indents, bold, italic, tqalignments, colors...
+ Formating: indents, bold, italic, alignments, colors...
Borders, background colors
column width, row width
- column tqlayouts, row tqlayouts
+ column layouts, row layouts
page tqlayout (size, border)
OpenCalc style import, default style
format string translating (not supported by KSpread yet, but this filter produces these strings => needs enhancements in KSpread)
-- cgit v1.2.3