summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_style.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/kspread_style.cc')
-rw-r--r--kspread/kspread_style.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/kspread_style.cc b/kspread/kspread_style.cc
index af5b91a1..dc8b7add 100644
--- a/kspread/kspread_style.cc
+++ b/kspread/kspread_style.cc
@@ -134,7 +134,7 @@ bool Style::operator == (const Style& style) const
if ( m_type != style.m_type )
return false;
// NOTE Stefan: Only compare the values of the set features.
- if ( // tqlayout (4)
+ if ( // layout (4)
( m_featuresSet & SAlignX ) && ( m_alignX != style.m_alignX ) ||
( m_featuresSet & SAlignY ) && ( m_alignY != style.m_alignY ) ||
( m_featuresSet & SAngle ) && ( m_rotateAngle != style.m_rotateAngle ) ||