diff options
Diffstat (limited to 'src/object/sp-style-elem.cpp')
| -rw-r--r-- | src/object/sp-style-elem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-style-elem.cpp b/src/object/sp-style-elem.cpp index a8897fa44..f5432892c 100644 --- a/src/object/sp-style-elem.cpp +++ b/src/object/sp-style-elem.cpp @@ -482,7 +482,7 @@ void SPStyleElem::read_content() { cr_cascade_set_sheet (document->getStyleCascade(), document->getStyleSheet(), ORIGIN_AUTHOR); } else { // If not the first, then chain up this style_sheet - cr_stylesheet_append_import (document->getStyleSheet(), style_sheet); + cr_stylesheet_append_stylesheet (document->getStyleSheet(), style_sheet); } } else { cr_stylesheet_destroy (style_sheet); |
