summaryrefslogtreecommitdiffstats
path: root/src/text-chemistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/text-chemistry.cpp')
-rw-r--r--src/text-chemistry.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/text-chemistry.cpp b/src/text-chemistry.cpp
index 2b731c75d..bde269de7 100644
--- a/src/text-chemistry.cpp
+++ b/src/text-chemistry.cpp
@@ -119,7 +119,7 @@ text_put_on_path()
parent->appendChild(repr);
SPItem *new_item = (SPItem *) desktop->getDocument()->getObjectByRepr(repr);
- new_item->doWriteTransform(repr, text->transform);
+ new_item->doWriteTransform(text->transform);
new_item->updateRepr();
Inkscape::GC::release(repr);
@@ -505,7 +505,7 @@ flowtext_to_text()
parent->addChild(repr, item->getRepr());
SPItem *new_item = reinterpret_cast<SPItem *>(desktop->getDocument()->getObjectByRepr(repr));
- new_item->doWriteTransform(repr, item->transform);
+ new_item->doWriteTransform(item->transform);
new_item->updateRepr();
Inkscape::GC::release(repr);