[Uml-devel] kdesdk/umbrello/umbrello

Luis De la Parra Blum lparrab at gmx.net
Mon May 12 16:26:01 UTC 2003


CVS commit by luis: 

remove test code


  M +1 -13     umldoc.cpp   1.40


--- kdesdk/umbrello/umbrello/umldoc.cpp  #1.39:1.40
@@ -33,5 +33,5 @@
 #include "dialogs/umltemplatedialog.h"
 #include "dialogs/umloperationdialog.h"
-#include "dialogs/classpropertiespage.h"
+
 
 #include <qpainter.h>
@@ -1050,16 +1050,4 @@ void UMLDoc::showProperties(UMLObject* o
         }
         dialogue->close(true);//wipe from memory
-/*
-        if(typeid(*object) == typeid(UMLClassifier))
-        {
-        kdDebug()<<"showing props for class"<<endl;
-        ClassPropertiesPage *p = new ClassPropertiesPage(dynamic_cast<UMLClassifier*>(object),0L,"class page" );
-        p->show();
-        }
-        else
-        {
-        kdDebug()<<"object is of type "<<typeid(*object).name()<<" and not of type "<<typeid(UMLClassifier).name()<<endl;
-        }
-*/
 }
 






More information about the umbrello-devel mailing list