X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=tools%2FDFBrowserPane%2FDFBrowserPane_TDocStdXLink.cxx;h=c7fb4fd0cb998118102458ab7f30b48bd370c983;hb=d2c909178edea381a99889edd7d75b57f4cdf4d3;hpb=434098193aa1f747c50d2a0a709f85c6fe3c8b40 diff --git a/tools/DFBrowserPane/DFBrowserPane_TDocStdXLink.cxx b/tools/DFBrowserPane/DFBrowserPane_TDocStdXLink.cxx index 13b802b877..c7fb4fd0cb 100644 --- a/tools/DFBrowserPane/DFBrowserPane_TDocStdXLink.cxx +++ b/tools/DFBrowserPane/DFBrowserPane_TDocStdXLink.cxx @@ -27,7 +27,9 @@ void DFBrowserPane_TDocStdXLink::GetValues (const Handle(TDF_Attribute)& theAttr Handle(TDocStd_XLink) anAttribute = Handle(TDocStd_XLink)::DownCast (theAttribute); if (anAttribute.IsNull()) return; + theValues.append ("LabelEntry"); theValues.append (anAttribute->LabelEntry().ToCString()); + theValues.append ("DocumentEntry"); theValues.append (anAttribute->DocumentEntry().ToCString()); }