diff options
author | Alexey Kulakov <panda75@bk.ru> | 2012-07-13 12:05:09 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2012-07-13 12:05:09 +0000 |
commit | a79fa86ed589c3d843baa932230ef08bc7468296 (patch) | |
tree | 98339a8ea73acfffbea00ca607c6525e89657ac6 /plugins/HistoryPlusPlus/EventDetailForm.pas | |
parent | a87fb51fd8597af4909892f0e12010594e935586 (diff) |
partial code beautifier (through Pascal Analizer)
git-svn-id: http://svn.miranda-ng.org/main/trunk@947 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus/EventDetailForm.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/EventDetailForm.pas | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/plugins/HistoryPlusPlus/EventDetailForm.pas b/plugins/HistoryPlusPlus/EventDetailForm.pas index 9b7a793cec..de49670700 100644 --- a/plugins/HistoryPlusPlus/EventDetailForm.pas +++ b/plugins/HistoryPlusPlus/EventDetailForm.pas @@ -53,9 +53,9 @@ interface uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls,
- HistoryGrid, HistoryForm,
- m_api, hpp_messages,
- hpp_global, hpp_contacts, hpp_events, hpp_forms, hpp_richedit,
+ HistoryForm,
+ m_api,
+ hpp_global, hpp_richedit,
ComCtrls,
Menus, RichEdit, Buttons, HistoryControls, ShellAPI;
@@ -170,7 +170,9 @@ var implementation
-uses hpp_database, hpp_options, hpp_services;
+uses
+ HistoryGrid, hpp_messages, hpp_contacts, hpp_events, hpp_forms,
+ {hpp_database,} hpp_options, hpp_services;
{$R *.DFM}
{ TForm1 }
|