[Uml-devel] branches/work/soc-umbrello/umbrello

Andi Fischer andi.fischer at hispeed.ch
Mon Jan 30 19:11:03 UTC 2012


SVN commit 1276896 by fischer:

Unused file removed. Empty line in license header removed.

 D             cmd_id.h  
 M  +6 -7      cmds.h  


--- branches/work/soc-umbrello/umbrello/cmds.h #1276895:1276896
@@ -1,5 +1,4 @@
 /***************************************************************************
- *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
  *   the Free Software Foundation; either version 2 of the License, or     *
@@ -26,11 +25,11 @@
 #include "cmds/cmd_create_seqdiag.h"
 #include "cmds/cmd_create_statediag.h"
 #include "cmds/cmd_create_usecasediag.h"
+#include "cmds/cmd_handle_rename.h"
 #include "cmds/cmd_moveWidget.h"
 #include "cmds/cmd_resizeWidget.h"
-#include "cmds/cmd_set_visibility.h"
 #include "cmds/cmd_set_stereotype.h"
-#include "cmds/cmd_handle_rename.h"
+#include "cmds/cmd_set_visibility.h"
 
 /************************************************************
  * Class Diagram
@@ -46,12 +45,12 @@
 /************************************************************
  * Widgets
  ************************************************************/
-#include "cmds/widget/cmd_changeMulti.h"
-#include "cmds/widget/cmd_create_widget.h"
+#include "cmds/widget/cmd_changeFillColor.h"
 #include "cmds/widget/cmd_changeFontSelection.h"
-#include "cmds/widget/cmd_changeTextColor.h"
 #include "cmds/widget/cmd_changeLineColor.h"
-#include "cmds/widget/cmd_changeFillColor.h"
+#include "cmds/widget/cmd_changeMulti.h"
+#include "cmds/widget/cmd_changeTextColor.h"
+#include "cmds/widget/cmd_create_widget.h"
 #include "cmds/widget/cmd_set_name.h"
 #include "cmds/widget/cmd_set_txt.h"
 




More information about the umbrello-devel mailing list