summaryrefslogtreecommitdiffstats
path: root/filters/kpresenter/ooimpress/ooimpressimport.cc
diff options
context:
space:
mode:
Diffstat (limited to 'filters/kpresenter/ooimpress/ooimpressimport.cc')
-rw-r--r--filters/kpresenter/ooimpress/ooimpressimport.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/kpresenter/ooimpress/ooimpressimport.cc b/filters/kpresenter/ooimpress/ooimpressimport.cc
index 8ca41b2a0..0c286fb55 100644
--- a/filters/kpresenter/ooimpress/ooimpressimport.cc
+++ b/filters/kpresenter/ooimpress/ooimpressimport.cc
@@ -2029,7 +2029,7 @@ void OoImpressImport::fillStyleStack( const TQDomElement& object, bool sticky )
void OoImpressImport::addStyles( const TQDomElement* style )
{
kdDebug(30518)<<" addStyle :" << style->attributeNS( ooNS::style, "name", TQString() ) <<endl;
- // this function is necessary as tqparent styles can have tqparents themself
+ // this function is necessary as tqparent styles can have parents themself
if ( style->hasAttributeNS( ooNS::style, "tqparent-style-name" ) )
{
//kdDebug(30518)<<"m_styles[style->attribute( style:tqparent-style-name )] :"<<m_styles[style->attributeNS( ooNS::style, "tqparent-style-name", TQString() )]<<endl;