[Uml-devel] KDE/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Wed Aug 27 05:57:33 UTC 2008
SVN commit 853060 by okellogg:
Remove non-functioning code generator which had been committed by accident.
CCMAIL: thibault.normand at gmail.com
M +0 -1 CMakeLists.txt
D codegenerators/use (directory)
M +0 -7 uml.cpp
M +0 -1 umlnamespace.h
--- trunk/KDE/kdesdk/umbrello/umbrello/CMakeLists.txt #853059:853060
@@ -28,7 +28,6 @@
${CMAKE_CURRENT_SOURCE_DIR}/codegenerators/ruby/
${CMAKE_CURRENT_SOURCE_DIR}/codegenerators/sql/
${CMAKE_CURRENT_SOURCE_DIR}/codegenerators/tcl/
- ${CMAKE_CURRENT_SOURCE_DIR}/codegenerators/use/
${CMAKE_CURRENT_SOURCE_DIR}/codegenerators/xml/
${CMAKE_CURRENT_SOURCE_DIR}/codegenwizard/
${Boost_INCLUDE_DIR}
--- trunk/KDE/kdesdk/umbrello/umbrello/uml.cpp #853059:853060
@@ -262,7 +262,6 @@
setProgLangAction(Uml::pl_SQL, "SQL", "setLang_sql");
setProgLangAction(Uml::pl_Tcl, "Tcl", "setLang_tcl");
setProgLangAction(Uml::pl_XMLSchema, "XMLSchema", "setLang_xmlschema");
- setProgLangAction(Uml::pl_Ocl, "Ocl", "setLang_ocl");
connect(m_langAct[Uml::pl_ActionScript], SIGNAL(triggered()), this, SLOT(setLang_actionscript()));
connect(m_langAct[Uml::pl_Ada], SIGNAL(triggered()), this, SLOT(setLang_ada()));
@@ -283,7 +282,6 @@
connect(m_langAct[Uml::pl_SQL], SIGNAL(triggered()), this, SLOT(setLang_sql()));
connect(m_langAct[Uml::pl_Tcl], SIGNAL(triggered()), this, SLOT(setLang_tcl()));
connect(m_langAct[Uml::pl_XMLSchema], SIGNAL(triggered()), this, SLOT(setLang_xmlschema()));
- connect(m_langAct[Uml::pl_Ocl], SIGNAL(triggered()), this, SLOT(setLang_ocl()));
fileNew->setToolTip(i18n("Creates a new document"));
fileOpen->setToolTip(i18n("Opens an existing document"));
@@ -1714,11 +1712,6 @@
setActiveLanguage(Uml::pl_XMLSchema);
}
-void UMLApp::setLang_ocl()
-{
- setActiveLanguage(Uml::pl_Ocl);
-}
-
void UMLApp::setActiveLanguage(Uml::Programming_Language pl)
{
updateLangSelectMenu(pl);
--- trunk/KDE/kdesdk/umbrello/umbrello/umlnamespace.h #853059:853060
@@ -302,7 +302,6 @@
pl_SQL,
pl_Tcl,
pl_XMLSchema,
- pl_Ocl,
pl_Reserved
};
More information about the umbrello-devel
mailing list