summaryrefslogtreecommitdiffstats
path: root/src/document.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-04-24 13:16:09 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2019-04-24 13:16:46 +0000
commit1446f4eeb37a47231dd45db757454db045049ac6 (patch)
treee6f59679f166cb2c93d307c5c6d787abb5e1926e /src/document.cpp
parentAdd second Tav fix (diff)
downloadinkscape-1446f4eeb37a47231dd45db757454db045049ac6.tar.gz
inkscape-1446f4eeb37a47231dd45db757454db045049ac6.zip
Add comment, rename function
Diffstat (limited to 'src/document.cpp')
-rw-r--r--src/document.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.cpp b/src/document.cpp
index f923a45d6..03b285710 100644
--- a/src/document.cpp
+++ b/src/document.cpp
@@ -452,7 +452,7 @@ SPDocument *SPDocument::createDoc(Inkscape::XML::Document *rdoc,
/** Fix first line spacing in legacy documents (pre-1.0 files) **/
if (sp_version_inside_range(document->root->version.inkscape, 0, 1, 1, 0)) {
- sp_file_remove_style_on_empty_lines(document);
+ sp_file_fix_empty_lines(document);
}
/** Fix dpi (pre-92 files). With GUI fixed in Inkscape::Application::fix_document. **/