summaryrefslogtreecommitdiffstats
path: root/filters/liboofilter
diff options
context:
space:
mode:
Diffstat (limited to 'filters/liboofilter')
-rw-r--r--filters/liboofilter/ooutils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/liboofilter/ooutils.cc b/filters/liboofilter/ooutils.cc
index cac0783f..9c65ddd9 100644
--- a/filters/liboofilter/ooutils.cc
+++ b/filters/liboofilter/ooutils.cc
@@ -227,7 +227,7 @@ void OoUtils::importTabulators( TQDomElement& parentElement, const KoStyleStack&
else if ( type == "char" ) {
TQString delimiterChar = tabStop.attributeNS( ooNS::style, "char", TQString() ); // single character
elem.setAttribute( "alignchar", delimiterChar );
- kOfficeType = 3; // "tqalignment on decimal point"
+ kOfficeType = 3; // "alignment on decimal point"
}
elem.setAttribute( "type", kOfficeType );