aboutsummaryrefslogtreecommitdiff
path: root/src/renderers/textstyleinstance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderers/textstyleinstance.cpp')
-rw-r--r--src/renderers/textstyleinstance.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/renderers/textstyleinstance.cpp b/src/renderers/textstyleinstance.cpp
index 044953c..7a7822e 100644
--- a/src/renderers/textstyleinstance.cpp
+++ b/src/renderers/textstyleinstance.cpp
@@ -60,7 +60,6 @@ TextStyleInstance::TextStyleInstance(DocumentStyle const & themed_style)
preformatted_format.setIndent(themed_style.indent_p);
- heading_format.setLineHeight(themed_style.line_height_h,
- QTextBlockFormat::LineDistanceHeight);
+ heading_format.setLineHeight(themed_style.line_height_h, QTextBlockFormat::LineDistanceHeight);
heading_format.setIndent(themed_style.indent_h);
}