summaryrefslogtreecommitdiffstats
path: root/src/object
diff options
context:
space:
mode:
Diffstat (limited to 'src/object')
-rw-r--r--src/object/sp-text.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/object/sp-text.cpp b/src/object/sp-text.cpp
index 2c37e1736..1111ec2ef 100644
--- a/src/object/sp-text.cpp
+++ b/src/object/sp-text.cpp
@@ -75,7 +75,6 @@ void SPText::build(SPDocument *doc, Inkscape::XML::Node *repr) {
// textLength and friends
this->readAttr( "textLength" );
this->readAttr( "lengthAdjust" );
-
SPItem::build(doc, repr);
this->readAttr( "sodipodi:linespacing" ); // has to happen after the styles are read