summaryrefslogtreecommitdiffstats
path: root/lib/kformula/contextstyle.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kformula/contextstyle.cc')
-rw-r--r--lib/kformula/contextstyle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kformula/contextstyle.cc b/lib/kformula/contextstyle.cc
index f358b62c..b6067e10 100644
--- a/lib/kformula/contextstyle.cc
+++ b/lib/kformula/contextstyle.cc
@@ -235,7 +235,7 @@ luPixel ContextStyle::getSpace( TextStyle tstyle, SpaceWidth space, double facto
case THIN: return getThinSpace( tstyle, factor );
case MEDIUM: return getMediumSpace( tstyle, factor );
case THICK: return getThickSpace( tstyle, factor );
- case TQUAD: return getQuadSpace( tstyle, factor );
+ case QUAD: return getQuadSpace( tstyle, factor );
}
return 0;
}