summaryrefslogtreecommitdiff
path: root/sc/addin
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-01-31 17:33:27 +0000
committerKurt Zenker <kz@openoffice.org>2006-01-31 17:33:27 +0000
commit3f634ec882f4a1bcd77f3ae8020202a37e5e4cf2 (patch)
treed309b4792fb31abdbc336d20ea36b9c7571e9d54 /sc/addin
parenta6d8757a6d3812a6435a58e5c12f3abbe2d4c553 (diff)
INTEGRATION: CWS dr44 (1.1.1.1.1032); FILE MERGED
2006/01/09 19:05:25 er 1.1.1.1.1032.1: #i54546# get rid of duplicated strings not needed for translation anyway and generate a .c file containing at least the English strings
Diffstat (limited to 'sc/addin')
-rw-r--r--sc/addin/datefunc/dfa.cl83
1 files changed, 34 insertions, 49 deletions
diff --git a/sc/addin/datefunc/dfa.cl b/sc/addin/datefunc/dfa.cl
index 669a7f92559b..82c49c9fbc99 100644
--- a/sc/addin/datefunc/dfa.cl
+++ b/sc/addin/datefunc/dfa.cl
@@ -1,14 +1,37 @@
-/*------------------------------------------------------------------------
-
-$Workfile: DFA.CL $
-
-$Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sc/addin/datefunc/dfa.cl,v 1.1.1.1 2000-09-18 16:44:46 hr Exp $
-
-Description: StarCalc Datefunc AddIn Example
-
-(c) Copyright 1998 - 2000, Sun Microsystems, Inc.
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: dfa.cl,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: kz $ $Date: 2006-01-31 18:33:27 $
+ *
+ * The Contents of this file are made available subject to
+ * the terms of GNU Lesser General Public License Version 2.1.
+ *
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2005 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library 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 this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ ************************************************************************/
static char datefunc_Id[]="@(#) StarCalc Datefunc AddIn (c) 1998-2000 Sun Microsystems, Inc.";
@@ -712,41 +735,3 @@ char* pName, char* pDesc )
}
}
-
-/*------------------------------------------------------------------------
-
-$Log: not supported by cvs2svn $
-Revision 1.6 1999/08/10 12:47:12 NN
-#68039# copyright
-
-
- Rev 1.5 10 Aug 1999 14:47:12 NN
- #68039# copyright
-
- Rev 1.4 20 May 1999 12:59:40 ER
- #66274# GetFunctionData: DFA_WEEKSINYEAR_NAME statt DFA_DAYSINYEAR_NAME
-
- Rev 1.3 29 Apr 1999 14:55:50 ER
- #57689# xlang.h statt tools/lang.hxx
-
- Rev 1.3 29 Apr 1999 14:45:32 ER
- #57689# xlang.hxx statt tools/lang.hxx
-
- Rev 1.2 29 Apr 1999 12:54:04 ER
- #57689# Internationalisierung
-
- Rev 1.1 15 Mar 1999 16:27:50 HJS
- aufgeraeumt
-
- Rev 1.0 10 Mar 1999 12:47:04 BEI
- Initial revision.
-
- Rev 1.1 13 Jul 1998 18:15:40 BEI
- 2 Languages
-
- Rev 1.0 07 Jul 1998 20:36:22 NN
- Initial revision.
-
-------------------------------------------------------------------------*/
-
-