From: helge Date: Mon, 8 Nov 2004 14:57:21 +0000 (+0000) Subject: fixed a compile warning X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb01b835dd97336239dd3ba5da4ebef26fd5eac4;p=scalable-opengroupware.org fixed a compile warning git-svn-id: http://svn.opengroupware.org/SOGo/trunk@446 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/UI/Scheduler/ChangeLog b/SOGo/UI/Scheduler/ChangeLog index 6befe7e0..6a2c29e4 100644 --- a/SOGo/UI/Scheduler/ChangeLog +++ b/SOGo/UI/Scheduler/ChangeLog @@ -1,3 +1,7 @@ +2004-11-08 Helge Hess + + * UIxAppointmentPrintview.m: fixed a compile warning (v0.9.93) + 2004-10-26 Marcus Mueller * UIxAppointmentProposal.wox: uses dayLabelFormat instead of hardcoded diff --git a/SOGo/UI/Scheduler/UIxAppointmentFormatter.h b/SOGo/UI/Scheduler/UIxAppointmentFormatter.h index 481c8a38..9a4d9f34 100644 --- a/SOGo/UI/Scheduler/UIxAppointmentFormatter.h +++ b/SOGo/UI/Scheduler/UIxAppointmentFormatter.h @@ -53,8 +53,7 @@ Example: format: @"%S - %E, \n%T"; - - */ +*/ @class NSCalendarDate; @@ -77,12 +76,14 @@ BOOL showFullNames; // try to show full names of participants } -//init +/* init */ + - (id)initWithFormat:(NSString *)_format; + (UIxAppointmentFormatter *)formatterWithFormat:(NSString *)_format; + (UIxAppointmentFormatter *)formatter; -//accessors +/* accessors */ + - (void)setFormat:(NSString *)_format; - (NSString *)format; @@ -110,9 +111,9 @@ - (void)setShowFullNames:(BOOL)_flag; - (BOOL)showFullNames; -// easy switches +/* easy switches */ -// this resets the date format +/* this resets the date format */ - (void)switchToAMPMTimes:(BOOL)_showAMPM; @end diff --git a/SOGo/UI/Scheduler/UIxAppointmentPrintview.m b/SOGo/UI/Scheduler/UIxAppointmentPrintview.m index 5ea44f1a..67c357f6 100644 --- a/SOGo/UI/Scheduler/UIxAppointmentPrintview.m +++ b/SOGo/UI/Scheduler/UIxAppointmentPrintview.m @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2004 SKYRIX Software AG + Copyright (C) 2004 SKYRIX Software AG - This file is part of OGo + This file is part of OpenGroupware.org. 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 @@ -18,12 +18,9 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id$ - #include "UIxAppointmentView.h" - @interface UIxAppointmentPrintview : UIxAppointmentView { } @@ -31,11 +28,12 @@ @end #include "common.h" +#include @implementation UIxAppointmentPrintview - (NSString *)title { - return [[self dateFormatter] stringForObjectValue:[self startTime]]; + return [[self dateFormatter] stringForObjectValue:[self startTime]]; } -@end +@end /* UIxAppointmentPrintview */ diff --git a/SOGo/UI/Scheduler/Version b/SOGo/UI/Scheduler/Version index bce30443..6658e984 100644 --- a/SOGo/UI/Scheduler/Version +++ b/SOGo/UI/Scheduler/Version @@ -1,6 +1,6 @@ # $Id$ -SUBMINOR_VERSION:=92 +SUBMINOR_VERSION:=93 # v0.9.84 requires libSOGoLogic v0.9.12 # v0.9.70 requires libNGExtensions v4.3.107