diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-09-18 17:09:42 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-09-18 17:09:42 +0200 |
commit | 1424048914312fccd587e415d1f94f8df1531f8e (patch) | |
tree | ab02f76cba2d073b9a7e06a7ed9e9dcd78dab80a /src/lib/VSDContentCollector.h | |
parent | 54b2749837d6e7977b7e07c1e305f389641c9c88 (diff) |
pointless whitespace cleanup to increase my commit count
Diffstat (limited to 'src/lib/VSDContentCollector.h')
-rw-r--r-- | src/lib/VSDContentCollector.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/VSDContentCollector.h b/src/lib/VSDContentCollector.h index 3cf9792..ef70b2d 100644 --- a/src/lib/VSDContentCollector.h +++ b/src/lib/VSDContentCollector.h @@ -106,10 +106,10 @@ public: void collectFont(unsigned short fontID, const WPXBinaryData &textStream, TextFormat format); void collectText(unsigned id, unsigned level, const WPXBinaryData &textStream, TextFormat format); void collectVSDCharStyle(unsigned id , unsigned level, unsigned charCount, unsigned short fontID, Colour fontColour, double fontSize, - bool bold, bool italic, bool underline, bool doubleunderline, bool strikeout, bool doublestrikeout, - bool allcaps, bool initcaps, bool smallcaps, bool superscript, bool subscript, VSDFont fontFace); + bool bold, bool italic, bool underline, bool doubleunderline, bool strikeout, bool doublestrikeout, + bool allcaps, bool initcaps, bool smallcaps, bool superscript, bool subscript, VSDFont fontFace); void collectVSDParaStyle(unsigned id , unsigned level, unsigned charCount, double indFirst, double indLeft, double indRight, - double spLine, double spBefore, double spAfter, unsigned char align, unsigned flags); + double spLine, double spBefore, double spAfter, unsigned char align, unsigned flags); void collectTextBlock(unsigned id, unsigned level, double leftMargin, double rightMargin, double topMargin, double bottomMargin, unsigned char verticalAlign, unsigned char bgClrId, const Colour &bgColour, double defaultTabStop, unsigned char textDirection); void collectNameList(unsigned id, unsigned level); |