X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=tools%2FDFBrowserPane%2FDFBrowserPane_TDocStdOwner.cxx;h=88d57a7c5e42ad35ca4c3d0f92d96e76a5f6f411;hb=d9d03f10c3f482f82703996615d834861e2aa157;hpb=c3e0e1de43e114d7c0a5ca231710c99c2d339dc2 diff --git a/tools/DFBrowserPane/DFBrowserPane_TDocStdOwner.cxx b/tools/DFBrowserPane/DFBrowserPane_TDocStdOwner.cxx index 61f48d334f..88d57a7c5e 100644 --- a/tools/DFBrowserPane/DFBrowserPane_TDocStdOwner.cxx +++ b/tools/DFBrowserPane/DFBrowserPane_TDocStdOwner.cxx @@ -77,7 +77,7 @@ void DFBrowserPane_TDocStdOwner::GetValues (const Handle(TDF_Attribute)& theAttr // CDM_Document methods theValues << "Comments" << convertToString (aComments) - << "Presentation" << DFBrowserPane_Tools::ToString (aDocument->Presentation()) + // << "Presentation" << DFBrowserPane_Tools::ToString (aDocument->Presentation()) << "IsStored" << DFBrowserPane_Tools::BoolToStr (aDocument->IsStored()) << "StorageVersion" << QString::number (aDocument->StorageVersion()) << "Folder" << (aDocument->IsStored() ? DFBrowserPane_Tools::ToString (aDocument->Folder()) : "")