summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/docgenerators/xmi2docbook.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/docgenerators/xmi2docbook.xsl')
-rw-r--r--umbrello/umbrello/docgenerators/xmi2docbook.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/docgenerators/xmi2docbook.xsl b/umbrello/umbrello/docgenerators/xmi2docbook.xsl
index ff10aac5..a48938f7 100644
--- a/umbrello/umbrello/docgenerators/xmi2docbook.xsl
+++ b/umbrello/umbrello/docgenerators/xmi2docbook.xsl
@@ -450,12 +450,12 @@
<title>Supertypes:</title>
<xsl:for-each select="$generalizations">
- <!-- get the parent in the generalization -->
+ <!-- get the tqparent in the generalization -->
<xsl:variable name="generalization"
select="key('generalization', ./@xmi.idref)" />
<xsl:variable name="target"
select="$generalization/
- Foundation.Core.Generalization.parent/
+ Foundation.Core.Generalization.tqparent/
*/@xmi.idref" />
<xsl:call-template name="classify">
<xsl:with-param name="target" select="$target"/>