summaryrefslogtreecommitdiff
path: root/autodoc/source/display/idl/hfi_property.cxx
diff options
context:
space:
mode:
authorNikolai Pretzell <np@openoffice.org>2009-11-04 09:47:38 +0000
committerNikolai Pretzell <np@openoffice.org>2009-11-04 09:47:38 +0000
commit517e4e2afe70cb9c7de2477c87b8267200ea4d86 (patch)
tree3079aa2262fbc73394cbbe4b9c4d1dcac9181fbc /autodoc/source/display/idl/hfi_property.cxx
parent1316975f2eee54842c9e8564ff1576bb715e5cb7 (diff)
#i106434# @see tags were not shown in the documentation
Diffstat (limited to 'autodoc/source/display/idl/hfi_property.cxx')
-rw-r--r--autodoc/source/display/idl/hfi_property.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/autodoc/source/display/idl/hfi_property.cxx b/autodoc/source/display/idl/hfi_property.cxx
index 282095578a6c..8500a236c791 100644
--- a/autodoc/source/display/idl/hfi_property.cxx
+++ b/autodoc/source/display/idl/hfi_property.cxx
@@ -378,7 +378,7 @@ HF_IdlCommentedRelationElement::produce_LinkDoc( Environment & io_env,
HF_DocEntryList aDocList(io_context);
HF_IdlDocu aDocuDisplay(io_env, aDocList);
- aDocuDisplay.Produce_byDocu4Reference(*i_commentedRef.Info(), i_ce);
+ aDocuDisplay.Produce_fromReference(*i_commentedRef.Info(), i_ce);
}
else
{