]> err.no Git - scalable-opengroupware.org/commitdiff
fixed a compile warning
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 8 Nov 2004 14:57:21 +0000 (14:57 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 8 Nov 2004 14:57:21 +0000 (14:57 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@446 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Scheduler/ChangeLog
SOGo/UI/Scheduler/UIxAppointmentFormatter.h
SOGo/UI/Scheduler/UIxAppointmentPrintview.m
SOGo/UI/Scheduler/Version

index 6befe7e062a060f2e34e2e0134592e3d7a1b8498..6a2c29e4a08d559b83fc82523e31aa6cf93bfcbe 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-08  Helge Hess  <helge.hess@skyrix.com>
+
+       * UIxAppointmentPrintview.m: fixed a compile warning (v0.9.93)
+
 2004-10-26  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * UIxAppointmentProposal.wox: uses dayLabelFormat instead of hardcoded
index 481c8a3821dc98eba162bf5e85b4e74b64151956..9a4d9f3448cec9f3d87228eba1fec1ab3474195f 100644 (file)
@@ -53,8 +53,7 @@
 
   Example:
   format: @"%S - %E, \n%T";
-
- */
+*/
 
 @class NSCalendarDate;
 
   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;
 
 - (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
index 5ea44f1a91540bb583c252668901f879bffe5dd9..67c357f64c8c4112f0c31e92aebc38e7ba98e2f2 100644 (file)
@@ -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
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
-
 
 #include "UIxAppointmentView.h"
 
-
 @interface UIxAppointmentPrintview : UIxAppointmentView
 {
 }
 @end
 
 #include "common.h"
+#include <SOGo/UI/SOGoUI/SOGoDateFormatter.h>
 
 @implementation UIxAppointmentPrintview
 
 - (NSString *)title {
-    return [[self dateFormatter] stringForObjectValue:[self startTime]];
+  return [[self dateFormatter] stringForObjectValue:[self startTime]];
 }
 
-@end
+@end /* UIxAppointmentPrintview */
index bce304435352e2976e50d393a3ba7fe7cefbd059..6658e9847335c15b02d701caadd5544fdccf3b90 100644 (file)
@@ -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