diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2015-12-07 20:38:35 +0000 |
|---|---|---|
| committer | Kris De Gussem <Kris.De.Gussem@hotmail.com> | 2015-12-07 20:38:35 +0000 |
| commit | d0e818f6aab594de812e51550a8b81838f3f783d (patch) | |
| tree | a908671d3f0ba494814382d88d54515d25ed5d95 /src/sp-flowtext.cpp | |
| parent | static code analysis (diff) | |
| download | inkscape-d0e818f6aab594de812e51550a8b81838f3f783d.tar.gz inkscape-d0e818f6aab594de812e51550a8b81838f3f783d.zip | |
static code analysis
(bzr r14511)
Diffstat (limited to 'src/sp-flowtext.cpp')
| -rw-r--r-- | src/sp-flowtext.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/sp-flowtext.cpp b/src/sp-flowtext.cpp index cac3cc61d..b87507e18 100644 --- a/src/sp-flowtext.cpp +++ b/src/sp-flowtext.cpp @@ -34,8 +34,10 @@ #include "display/drawing-text.h" -SPFlowtext::SPFlowtext() : SPItem() { - this->par_indent = 0; +SPFlowtext::SPFlowtext() : SPItem(), + par_indent(0), + _optimizeScaledText(false) +{ } SPFlowtext::~SPFlowtext() { |
