Monotone-Parent: 3e32e33bcda13cac968969da6e841bd9e5f639d1

Monotone-Revision: b9f8376b8001fe4f9249e9a6ca93bf2c44eac75f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-30T22:46:16
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-08-30 22:46:16 +00:00
parent 44b0bf58aa
commit 760e41566c
2 changed files with 3 additions and 37 deletions
+3
View File
@@ -1,5 +1,8 @@
2006-08-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Scheduler/UIxDatePickerScript.[hm]: component removed since
all javascript code is now put in Scheduler.js/generic.js.
* UI/Scheduler/NSCalendarDate+UIx.[hm]: category removed, code
moved into NSCalendarDate+Scheduler instead.
-37
View File
@@ -1,37 +0,0 @@
/*
Copyright (C) 2000-2004 SKYRIX Software AG
This file is part of OGo
OGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version.
OGo is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details.
You should have received a copy of the GNU Lesser General Public
License along with OGo; see the file COPYING. If not, write to the
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
// $Id: UIxDatePickerScript.m 223 2004-08-15 14:50:22Z znek $
#include <NGObjWeb/NGObjWeb.h>
@interface UIxDatePickerScript : WOComponent
{
}
@end
@implementation UIxDatePickerScript
@end