diff options
89 files changed, 32 insertions, 261 deletions
diff --git a/connectivity/workben/postgresql/ddl.py b/connectivity/workben/postgresql/ddl.py index 4c1c5e2c5275..151f0b8c1fe1 100644 --- a/connectivity/workben/postgresql/ddl.py +++ b/connectivity/workben/postgresql/ddl.py @@ -1,11 +1,5 @@ #************************************************************************* # -# $RCSfile: ddl.py,v $ -# -# $Revision: 1.1.2.5 $ -# -# last change: $Author: jbu $ $Date: 2007/01/07 13:50:38 $ -# # The Contents of this file are made available subject to the terms of # either of the following licenses # diff --git a/connectivity/workben/postgresql/main.py b/connectivity/workben/postgresql/main.py index 800dabc9d465..71c803799e31 100644 --- a/connectivity/workben/postgresql/main.py +++ b/connectivity/workben/postgresql/main.py @@ -1,11 +1,5 @@ #************************************************************************* # -# $RCSfile: main.py,v $ -# -# $Revision: 1.1.2.2 $ -# -# last change: $Author: jbu $ $Date: 2004/05/09 20:04:59 $ -# # The Contents of this file are made available subject to the terms of # either of the following licenses # diff --git a/connectivity/workben/postgresql/makefile.mk b/connectivity/workben/postgresql/makefile.mk index 82ec2b65f7bb..bc7b9c2697aa 100644 --- a/connectivity/workben/postgresql/makefile.mk +++ b/connectivity/workben/postgresql/makefile.mk @@ -1,11 +1,5 @@ #************************************************************************* # -# $RCSfile: makefile.mk,v $ -# -# $Revision: 1.1.2.2 $ -# -# last change: $Author: jbu $ $Date: 2004/05/09 20:04:59 $ -# # The Contents of this file are made available subject to the terms of # either of the following licenses # diff --git a/connectivity/workben/postgresql/metadata.py b/connectivity/workben/postgresql/metadata.py index 948567588485..8a99a7a2b30c 100644 --- a/connectivity/workben/postgresql/metadata.py +++ b/connectivity/workben/postgresql/metadata.py @@ -1,11 +1,5 @@ #************************************************************************* # -# $RCSfile: metadata.py,v $ -# -# $Revision: 1.1.2.4 $ -# -# last change: $Author: jbu $ $Date: 2006/05/27 11:33:11 $ -# # The Contents of this file are made available subject to the terms of # either of the following licenses # diff --git a/connectivity/workben/postgresql/preparedstatement.py b/connectivity/workben/postgresql/preparedstatement.py index d049c9f6f5c3..0489b18c4c00 100644 --- a/connectivity/workben/postgresql/preparedstatement.py +++ b/connectivity/workben/postgresql/preparedstatement.py @@ -1,11 +1,5 @@ #************************************************************************* # -# $RCSfile: preparedstatement.py,v $ -# -# $Revision: 1.1.2.9 $ -# -# last change: $Author: jbu $ $Date: 2008/07/07 21:37:11 $ -# # The Contents of this file are made available subject to the terms of # either of the following licenses # diff --git a/connectivity/workben/postgresql/sdbcx.py b/connectivity/workben/postgresql/sdbcx.py index b864efc63ebb..3d23214592a5 100644 --- a/connectivity/workben/postgresql/sdbcx.py +++ b/connectivity/workben/postgresql/sdbcx.py @@ -1,11 +1,5 @@ #************************************************************************* # -# $RCSfile: sdbcx.py,v $ -# -# $Revision: 1.1.2.6 $ -# -# last change: $Author: jbu $ $Date: 2007/01/07 13:50:38 $ -# # The Contents of this file are made available subject to the terms of # either of the following licenses # diff --git a/connectivity/workben/postgresql/statement.py b/connectivity/workben/postgresql/statement.py index b4718386e3df..e230ab7098db 100644 --- a/connectivity/workben/postgresql/statement.py +++ b/connectivity/workben/postgresql/statement.py @@ -1,11 +1,5 @@ #************************************************************************* # -# $RCSfile: statement.py,v $ -# -# $Revision: 1.1.2.5 $ -# -# last change: $Author: jbu $ $Date: 2006/05/27 11:33:11 $ -# # The Contents of this file are made available subject to the terms of # either of the following licenses # diff --git a/dmake/dag.c b/dmake/dag.c index c10c12c18f1e..4fa5cb1a4524 100644 --- a/dmake/dag.c +++ b/dmake/dag.c @@ -1,6 +1,4 @@ -/* $RCSfile: dag.c,v $ --- $Revision: 1.12 $ --- last change: $Author: kz $ $Date: 2008-03-05 18:27:48 $ +/* -- -- SYNOPSIS -- Routines to construct the internal dag. diff --git a/dmake/dmake.c b/dmake/dmake.c index cf6763fc711f..77d769be86d5 100644 --- a/dmake/dmake.c +++ b/dmake/dmake.c @@ -1,6 +1,4 @@ -/* $RCSfile: dmake.c,v $ --- $Revision: 1.13 $ --- last change: $Author: kz $ $Date: 2008-03-05 18:28:04 $ +/* -- -- SYNOPSIS -- The main program. diff --git a/dmake/expand.c b/dmake/expand.c index 50bbbdc46760..4256f17d49fb 100644 --- a/dmake/expand.c +++ b/dmake/expand.c @@ -1,6 +1,4 @@ -/* $RCSfile: expand.c,v $ --- $Revision: 1.8 $ --- last change: $Author: ihi $ $Date: 2007-10-15 15:38:46 $ +/* -- -- SYNOPSIS -- Macro expansion code. diff --git a/dmake/extern.h b/dmake/extern.h index 4149fe7b14b8..c28eb02bda5d 100644 --- a/dmake/extern.h +++ b/dmake/extern.h @@ -1,6 +1,4 @@ -/* $RCSfile: extern.h,v $ --- $Revision: 1.13 $ --- last change: $Author: kz $ $Date: 2008-03-05 18:28:27 $ +/* -- -- SYNOPSIS -- External declarations for dmake functions. diff --git a/dmake/function.c b/dmake/function.c index d0379f612971..0fcc68861b2e 100644 --- a/dmake/function.c +++ b/dmake/function.c @@ -1,6 +1,4 @@ -/* $RCSfile: function.c,v $ --- $Revision: 1.12 $ --- last change: $Author: kz $ $Date: 2008-03-05 18:28:45 $ +/* -- -- SYNOPSIS -- GNU style functions for dmake. diff --git a/dmake/infer.c b/dmake/infer.c index 9f160d3ced92..86b47255f5fb 100644 --- a/dmake/infer.c +++ b/dmake/infer.c @@ -1,6 +1,4 @@ -/* $RCSfile: infer.c,v $ --- $Revision: 1.8 $ --- last change: $Author: ihi $ $Date: 2007-10-15 15:39:49 $ +/* -- -- SYNOPSIS -- Infer how to make a target. diff --git a/dmake/make.c b/dmake/make.c index 2f9a9b1b6022..576587d7fef7 100644 --- a/dmake/make.c +++ b/dmake/make.c @@ -1,6 +1,4 @@ -/* $RCSfile: make.c,v $ --- $Revision: 1.12 $ --- last change: $Author: kz $ $Date: 2008-03-05 18:29:19 $ +/* -- -- SYNOPSIS -- Perform the update of all outdated targets. diff --git a/dmake/parse.c b/dmake/parse.c index 550f14223a91..6f5aa7c63c32 100644 --- a/dmake/parse.c +++ b/dmake/parse.c @@ -1,6 +1,4 @@ -/* $RCSfile: parse.c,v $ --- $Revision: 1.8 $ --- last change: $Author: ihi $ $Date: 2007-10-15 15:40:45 $ +/* -- -- SYNOPSIS -- Parse the input, and perform semantic analysis diff --git a/dmake/quit.c b/dmake/quit.c index 68ade197fd24..f0b885877a4f 100644 --- a/dmake/quit.c +++ b/dmake/quit.c @@ -1,6 +1,4 @@ -/* $RCSfile: quit.c,v $ --- $Revision: 1.8 $ --- last change: $Author: kz $ $Date: 2008-03-05 18:29:56 $ +/* -- -- SYNOPSIS -- End the dmake session. diff --git a/dmake/rulparse.c b/dmake/rulparse.c index add3362ed909..d78c9fe4ec80 100644 --- a/dmake/rulparse.c +++ b/dmake/rulparse.c @@ -1,6 +1,4 @@ -/* $RCSfile: rulparse.c,v $ --- $Revision: 1.12 $ --- last change: $Author: ihi $ $Date: 2007-10-15 15:41:24 $ +/* -- -- SYNOPSIS -- Perform semantic analysis on input diff --git a/dmake/stdmacs.h b/dmake/stdmacs.h index 3ce3623e5ad7..b0eed50d6143 100644 --- a/dmake/stdmacs.h +++ b/dmake/stdmacs.h @@ -1,6 +1,4 @@ -/* $RCSfile: stdmacs.h,v $ --- $Revision: 1.5 $ --- last change: $Author: hr $ $Date: 2006-04-20 12:02:29 $ +/* -- -- SYNOPSIS -- General use macros. diff --git a/dmake/unix/arlib.c b/dmake/unix/arlib.c index 3a667f08188f..b401245aad5e 100644 --- a/dmake/unix/arlib.c +++ b/dmake/unix/arlib.c @@ -1,6 +1,4 @@ -/* $RCSfile: arlib.c,v $ --- $Revision: 1.5 $ --- last change: $Author: hr $ $Date: 2006-04-20 12:18:37 $ +/* -- -- SYNOPSIS -- Unix archive manipulation code. diff --git a/dmake/unix/cygwin/public.h b/dmake/unix/cygwin/public.h index 02129e2b3d3a..da4020ed7968 100644 --- a/dmake/unix/cygwin/public.h +++ b/dmake/unix/cygwin/public.h @@ -1,6 +1,4 @@ -/* $RCSfile: public.h,v $ --- $Revision: 1.9 $ --- last change: $Author: ihi $ $Date: 2007-10-15 15:55:15 $ +/* -- -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- diff --git a/dmake/unix/dcache.c b/dmake/unix/dcache.c index e0ebf59da553..5ee2405b0fff 100644 --- a/dmake/unix/dcache.c +++ b/dmake/unix/dcache.c @@ -1,6 +1,4 @@ -/* $RCSfile: dcache.c,v $ --- $Revision: 1.9 $ --- last change: $Author: ihi $ $Date: 2007-10-15 15:52:47 $ +/* -- -- SYNOPSIS -- Directory cache management routines. diff --git a/dmake/unix/linux/gnu/public.h b/dmake/unix/linux/gnu/public.h index 8de24957f763..da4020ed7968 100644 --- a/dmake/unix/linux/gnu/public.h +++ b/dmake/unix/linux/gnu/public.h @@ -1,6 +1,4 @@ -/* $RCSfile: public.h,v $ --- $Revision: 1.9 $ --- last change: $Author: ihi $ $Date: 2007-10-15 15:55:29 $ +/* -- -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- diff --git a/dmake/unix/os2/public.h b/dmake/unix/os2/public.h index 845a16a2c80f..da4020ed7968 100644 --- a/dmake/unix/os2/public.h +++ b/dmake/unix/os2/public.h @@ -1,6 +1,4 @@ -/* $RCSfile: public.h,v $ --- $Revision: 1.2 $ --- last change: $Author: ihi $ $Date: 2007-10-15 15:55:51 $ +/* -- -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- diff --git a/dmake/unix/rmprq.c b/dmake/unix/rmprq.c index 0144e18c2427..1e614fb733c3 100644 --- a/dmake/unix/rmprq.c +++ b/dmake/unix/rmprq.c @@ -1,6 +1,4 @@ -/* $RCSfile: rmprq.c,v $ --- $Revision: 1.5 $ --- last change: $Author: obo $ $Date: 2007-06-12 06:09:05 $ +/* -- -- SYNOPSIS -- Remove prerequisites code. diff --git a/dmake/unix/ruletab.c b/dmake/unix/ruletab.c index d815a4f15d18..e345640de0d2 100644 --- a/dmake/unix/ruletab.c +++ b/dmake/unix/ruletab.c @@ -1,6 +1,4 @@ -/* $RCSfile: ruletab.c,v $ --- $Revision: 1.9 $ --- last change: $Author: ihi $ $Date: 2007-10-15 15:53:13 $ +/* -- -- SYNOPSIS -- Default initial configuration of dmake. diff --git a/dmake/unix/runargv.c b/dmake/unix/runargv.c index 4a98254240aa..ee6fd2ef0ad1 100644 --- a/dmake/unix/runargv.c +++ b/dmake/unix/runargv.c @@ -1,6 +1,4 @@ -/* $RCSfile: runargv.c,v $ --- $Revision: 1.14 $ --- last change: $Author: kz $ $Date: 2008-03-05 18:39:41 $ +/* -- -- SYNOPSIS -- Invoke a sub process. diff --git a/dmake/win95/microsft/config.h b/dmake/win95/microsft/config.h index e04d1bd72669..3789bf83d465 100644 --- a/dmake/win95/microsft/config.h +++ b/dmake/win95/microsft/config.h @@ -1,6 +1,4 @@ -/* $RCSfile: config.h,v $ --- $Revision: 1.14 $ --- last change: $Author: kz $ $Date: 2008-03-05 18:40:17 $ +/* -- -- SYNOPSIS -- Configurarion include file. diff --git a/idlc/source/preproc/cpp.c b/idlc/source/preproc/cpp.c index e56ae306ac11..22ebc951674c 100644 --- a/idlc/source/preproc/cpp.c +++ b/idlc/source/preproc/cpp.c @@ -44,8 +44,6 @@ int ifdepth; int ifsatisfied[NIF]; int skipping; -char rcsid[] = "$Version 1.2 $ $Revision: 1.10 $ $Date: 2008-07-11 14:50:24 $"; - int realargc; char* realargv[512]; diff --git a/idlc/source/preproc/unix.c b/idlc/source/preproc/unix.c index 461f1d5db34d..0025dded055d 100644 --- a/idlc/source/preproc/unix.c +++ b/idlc/source/preproc/unix.c @@ -41,8 +41,6 @@ #include "cpp.h" -extern char rcsid[]; - int Pflag = 0; /* print no line information */ int Iflag = 0; /* print includes */ int Mflag = 0; /* print macor expansion */ @@ -121,7 +119,7 @@ void break; case 'v': - fprintf(stderr, "%s %s\n", argv[0], rcsid); + fprintf(stderr, "%s\n", argv[0]); break; default: diff --git a/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java b/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java index 105b761af486..ec19650bdbbf 100644 --- a/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java +++ b/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java @@ -56,7 +56,6 @@ import com.sun.star.uno.UnoRuntime; * <p> * This component is only usable for remote bridges. * <p> - * @version $Revision: 1.11 $ $ $Date: 2008-04-11 11:07:51 $ * @author Kay Ramme * @see com.sun.star.uno.UnoRuntime * @since UDK1.0 diff --git a/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java b/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java index bf802f575187..4711b654ca33 100644 --- a/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java +++ b/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java @@ -32,7 +32,6 @@ import com.sun.star.comp.loader.FactoryHelper; * The <code>ConstantInstanceProvider</code> is a component * that implements the <code>XInstanceProvider</code> Interface. * <p> - * @version $Revision: 1.3 $ $ $Date: 2008-04-11 11:08:55 $ * @author Kay Ramme * @see com.sun.star.bridge.XBridge * @see com.sun.star.bridge.XBridgeFactory diff --git a/jurt/com/sun/star/comp/connections/PipedConnection.java b/jurt/com/sun/star/comp/connections/PipedConnection.java index 000445235a36..a972ea977fea 100644 --- a/jurt/com/sun/star/comp/connections/PipedConnection.java +++ b/jurt/com/sun/star/comp/connections/PipedConnection.java @@ -34,7 +34,6 @@ import com.sun.star.registry.XRegistryKey; * It is useful for <code>Thread</code> communication * in one Process. * <p> - * @version $Revision: 1.3 $ $ $Date: 2008-04-11 11:09:30 $ * @author Kay Ramme * @see com.sun.star.connections.XConnection * @see com.sun.star.loader.JavaLoader diff --git a/jurt/com/sun/star/comp/loader/FactoryHelper.java b/jurt/com/sun/star/comp/loader/FactoryHelper.java index 2dd36f4ffe0a..5353b11e4455 100644 --- a/jurt/com/sun/star/comp/loader/FactoryHelper.java +++ b/jurt/com/sun/star/comp/loader/FactoryHelper.java @@ -42,7 +42,6 @@ import com.sun.star.uno.Type; * This class has default implementations for <code>getServiceFactory</code> * and <code>writeRegistryServiceInfo</code>. * <p> - * @version $Revision: 1.9 $ $ $Date: 2008-04-11 11:10:09 $ * @author Kay Ramme * @see com.sun.star.lang.XMultiServiceFactory * @see com.sun.star.lang.XServiceInfo diff --git a/jurt/com/sun/star/comp/loader/JavaLoader.java b/jurt/com/sun/star/comp/loader/JavaLoader.java index cffed887ce3b..7d145da3a2c5 100644 --- a/jurt/com/sun/star/comp/loader/JavaLoader.java +++ b/jurt/com/sun/star/comp/loader/JavaLoader.java @@ -62,7 +62,6 @@ import com.sun.star.uno.AnyConverter; * service. Therefor the <code>JavaLoader</code> activates external UNO components which are implemented in Java. * The loader is used by the <code>ServiceManger</code>. * <p> - * @version $Revision: 1.16 $ $ $Date: 2008-04-11 11:10:31 $ * @author Markus Herzog * @see com.sun.star.loader.XImplementationLoader * @see com.sun.star.loader.Java diff --git a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java index c1366a90287e..495384a9ef05 100644 --- a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java +++ b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java @@ -58,7 +58,6 @@ import java.lang.reflect.InvocationTargetException; * calls to the implementing objects and are used instead of casts * and identity comparisons. * <p> - * @version $Revision: 1.10 $ $ $Date: 2008-04-11 11:11:46 $ * @author Markus Herzog * @see com.sun.star.lang.XMultiServiceFactory * @see com.sun.star.container.XSet @@ -743,7 +742,6 @@ public class ServiceManager implements XMultiServiceFactory, * implementation of the @see com.sun.star.container.XEnumeration interface. * It is a inner wrapper for a java.util.Enumeration object. * <p> - * @version $Revision: 1.10 $ $ $Date: 2008-04-11 11:11:46 $ * @author Markus Herzog * @see com.sun.star.lang.XSingleServiceFactory * @see com.sun.star.lang.XServiceInfo @@ -814,7 +812,6 @@ public class ServiceManager implements XMultiServiceFactory, * com.sun.star.lang.XSingleServiceFactory and the com.sun.star.lang.XServiceInfo * interfaces. * <p> - * @version $Revision: 1.10 $ $ $Date: 2008-04-11 11:11:46 $ * @author Markus Herzog * @see com.sun.star.lang.XSingleServiceFactory * @see com.sun.star.lang.XServiceInfo diff --git a/jurt/com/sun/star/comp/urlresolver/UrlResolver.java b/jurt/com/sun/star/comp/urlresolver/UrlResolver.java index 7ab488ab9d52..fefe9cad0c7a 100644 --- a/jurt/com/sun/star/comp/urlresolver/UrlResolver.java +++ b/jurt/com/sun/star/comp/urlresolver/UrlResolver.java @@ -42,7 +42,6 @@ import com.sun.star.uno.UnoRuntime; /** * This component gives a factory for an <code>UnoUrlResolver</code> service. * <p> - * @version $Revision: 1.6 $ $ $Date: 2008-04-11 11:12:25 $ * @author Kay Ramme * @see com.sun.star.brige.XBrideFactory * @see com.sun.star.connection.Connector diff --git a/jurt/com/sun/star/lib/connections/pipe/PipeConnection.java b/jurt/com/sun/star/lib/connections/pipe/PipeConnection.java index a5b8bacd05c4..bb8bfa29e3d4 100644 --- a/jurt/com/sun/star/lib/connections/pipe/PipeConnection.java +++ b/jurt/com/sun/star/lib/connections/pipe/PipeConnection.java @@ -35,7 +35,6 @@ import com.sun.star.connection.XConnectionBroadcaster; * and is uses by the <code>PipeConnector</code> and the <code>PipeAcceptor</code>. * This class is not part of the provided <code>api</code>. * <p> - * @version $Revision: 1.7 $ $ $Date: 2008-04-11 11:13:00 $ * @author Kay Ramme * @see com.sun.star.comp.connections.PipeAcceptor * @see com.sun.star.comp.connections.PipeConnector diff --git a/jurt/com/sun/star/lib/connections/socket/SocketConnection.java b/jurt/com/sun/star/lib/connections/socket/SocketConnection.java index 6e4b3c8a03f9..308d7d37219a 100644 --- a/jurt/com/sun/star/lib/connections/socket/SocketConnection.java +++ b/jurt/com/sun/star/lib/connections/socket/SocketConnection.java @@ -40,7 +40,6 @@ import com.sun.star.connection.XConnectionBroadcaster; * and is uses by the <code>SocketConnector</code> and the <code>SocketAcceptor</code>. * This class is not part of the provided <code>api</code>. * <p> - * @version $Revision: 1.6 $ $ $Date: 2008-04-11 11:14:31 $ * @author Kay Ramme * @see com.sun.star.comp.connections.SocketAcceptor * @see com.sun.star.comp.connections.SocketConnector diff --git a/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java b/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java index 04d90d5e966c..b2d3a98bff97 100644 --- a/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java +++ b/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java @@ -71,7 +71,6 @@ import com.sun.star.uno.Any; * The protocol to used is passed by name, the bridge * then looks for it under <code>com.sun.star.lib.uno.protocols</code>. * <p> - * @version $Revision: 1.45 $ $ $Date: 2008-04-11 11:18:08 $ * @author Kay Ramme * @since UDK1.0 */ diff --git a/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java b/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java index 606b59c4c09b..5a045efca68e 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java @@ -21,7 +21,6 @@ package com.sun.star.lib.uno.environments.remote; /** * An abstraction for giving back a reply for a request. * - * @version $Revision: 1.6 $ $ $Date: 2008-04-11 11:19:43 $ * @author Kay Ramme * @see com.sun.star.uno.IQueryInterface */ diff --git a/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java b/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java index 4f5d2dc01957..0fd151d16c8a 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java @@ -22,7 +22,6 @@ package com.sun.star.lib.uno.environments.remote; * This interface is an abstraction of the various * threadpool implementations. * <p> - * @version $Revision: 1.7 $ $ $Date: 2008-04-11 11:20:01 $ * @author Joerg Budischewski * @author Kay Ramme * @see com.sun.star.lib.uno.environments.remote.ThreadPoolFactory diff --git a/jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPool.java b/jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPool.java index b2787f5be676..af1e4f2551f2 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPool.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPool.java @@ -21,7 +21,6 @@ package com.sun.star.lib.uno.environments.remote; /** * This class implements a java thread pool. * <p> - * @version $Revision: 1.13 $ $ $Date: 2008-04-11 11:20:22 $ * @author Kay Ramme * @see com.sun.star.uno.UnoRuntime * @see com.sun.star.lib.uno.environments.remote.ThreadPool diff --git a/jurt/com/sun/star/lib/uno/environments/remote/Job.java b/jurt/com/sun/star/lib/uno/environments/remote/Job.java index ac3bb6c468d9..df1f49d7d525 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/Job.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/Job.java @@ -36,7 +36,6 @@ import com.sun.star.uno.XCurrentContext; * The Job is an abstraction for tasks which have to be done * remotely because of a method invocation. * <p> - * @version $Revision: 1.17 $ $ $Date: 2008-04-11 11:21:00 $ * @author Kay Ramme * @see com.sun.star.lib.uno.environments.remote.ThreadID * @see com.sun.star.lib.uno.environments.remote.IReceiver diff --git a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java index 672d12d4e453..6c96bbe578ae 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java @@ -29,7 +29,6 @@ import com.sun.star.lang.DisposedException; * (put by <code>putjob</code>) into the async queue, which is only * known by the sync queue. * <p> - * @version $Revision: 1.19 $ $ $Date: 2008-04-11 11:21:18 $ * @author Kay Ramme * @see com.sun.star.lib.uno.environments.remote.ThreadPool * @see com.sun.star.lib.uno.environments.remote.Job diff --git a/jurt/com/sun/star/uno/Ascii.java b/jurt/com/sun/star/uno/Ascii.java index fed2f505005c..53d8905a797a 100644 --- a/jurt/com/sun/star/uno/Ascii.java +++ b/jurt/com/sun/star/uno/Ascii.java @@ -21,7 +21,6 @@ package com.sun.star.uno; /** * The Ascii class represents the IDL build in type <code>ascii</code>. * <p> - * @version $Revision: 1.5 $ $ $Date: 2008-04-11 11:27:21 $ * @author Markus Meyer * @deprecated do not use */ diff --git a/jurt/com/sun/star/uno/AsciiString.java b/jurt/com/sun/star/uno/AsciiString.java index b7f5cb2860ea..172054533a26 100644 --- a/jurt/com/sun/star/uno/AsciiString.java +++ b/jurt/com/sun/star/uno/AsciiString.java @@ -21,7 +21,6 @@ package com.sun.star.uno; /** * The Ascii class represents the IDL build in type <code>asciistring</code>. * <p> - * @version $Revision: 1.5 $ $ $Date: 2008-04-11 11:27:42 $ * @author Markus Meyer * @deprecated do not use */ diff --git a/jurt/com/sun/star/uno/MappingException.java b/jurt/com/sun/star/uno/MappingException.java index c398867969ce..c1054ce9a8e8 100644 --- a/jurt/com/sun/star/uno/MappingException.java +++ b/jurt/com/sun/star/uno/MappingException.java @@ -24,7 +24,6 @@ package com.sun.star.uno; * The exception is replaced by the com.sun.star.lang.DisposedException. * @deprecated since UDK 3.0.2 * <p> - * @version $Revision: 1.6 $ $ $Date: 2008-04-11 11:28:00 $ * @see com.sun.star.uno.UnoRuntime * @see com.sun.star.uno.IQueryInterface * @see com.sun.star.uno.IBridge diff --git a/migrationanalysis/src/driver_docs/ulf2dat.pl b/migrationanalysis/src/driver_docs/ulf2dat.pl index 3a518edaaba2..a125aab76cd6 100644 --- a/migrationanalysis/src/driver_docs/ulf2dat.pl +++ b/migrationanalysis/src/driver_docs/ulf2dat.pl @@ -24,10 +24,6 @@ eval 'exec perl -wS $0 ${1+"$@"}' ( $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/; -$id_str = ' $Revision: 1.4.108.1 $ '; -$id_str =~ /Revision:\s+(\S+)\s+\$/ - ? ($script_rev = $1) : ($script_rev = "-"); - ######################### # # # Globale Variablen # @@ -41,7 +37,7 @@ use Encode::Alias; my ($in_name, $ID, $new_ID); my ($help); -print STDERR "$script_name -- Version: $script_rev\n" ; +print STDERR "$script_name -- Version: 1.4.108.1\n" ; &get_options; diff --git a/mythes/mythes-1.2.0-makefile-mk.diff b/mythes/mythes-1.2.0-makefile-mk.diff index 10201533006c..b4dac879c975 100644 --- a/mythes/mythes-1.2.0-makefile-mk.diff +++ b/mythes/mythes-1.2.0-makefile-mk.diff @@ -1,15 +1,9 @@ --- misc/mythes-1.2.2/makefile.mk 2010-05-14 23:36:09.000000000 +0200 +++ misc/build/mythes-1.2.2/makefile.mk 2010-05-14 23:35:14.000000000 +0200 -@@ -1 +1,90 @@ +@@ -1 +1,84 @@ -dummy +#************************************************************************* +# -+# $RCSfile: makefile.mk,v $ -+# -+# $Revision: 1.1.1.1 $ -+# -+# last change: $Author: caolan $ $Date: 2010/02/27 15:52:17 $ -+# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# diff --git a/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver/Options.xhp b/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver/Options.xhp index af4ecd4be02c..400580fc48bb 100644 --- a/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver/Options.xhp +++ b/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver/Options.xhp @@ -10,9 +10,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: Options.xhp,v $ - * $Revision: 1.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver/Usage.xhp b/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver/Usage.xhp index d5b825816d3b..27b308eea412 100644 --- a/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver/Usage.xhp +++ b/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver/Usage.xhp @@ -10,9 +10,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: Usage.xhp,v $ - * $Revision: 1.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseEvolutionarySolver.java b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseEvolutionarySolver.java index 1f1fd4aca4cf..4111dc997d23 100644 --- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseEvolutionarySolver.java +++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseEvolutionarySolver.java @@ -6,9 +6,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: BaseEvolutionarySolver.java,v $ - * $Revision: 1.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseNLPSolver.java b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseNLPSolver.java index b4c18a22ee85..caf43c39b3a6 100644 --- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseNLPSolver.java +++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseNLPSolver.java @@ -6,9 +6,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: BaseNLPSolver.java,v $ - * $Revision: 1.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/DEPSSolverImpl.java b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/DEPSSolverImpl.java index c3a0de2fd294..e543288c9ef2 100644 --- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/DEPSSolverImpl.java +++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/DEPSSolverImpl.java @@ -6,9 +6,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: DEPSSolverImpl.java,v $ - * $Revision: 1.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/PropertyInfo.java b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/PropertyInfo.java index 8b286ebff802..31e995c1b886 100644 --- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/PropertyInfo.java +++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/PropertyInfo.java @@ -6,9 +6,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: PropertyInfo.java,v $ - * $Revision: 1.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/ResourceManager.java b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/ResourceManager.java index 6bf1031bd4cd..61935d28e63a 100644 --- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/ResourceManager.java +++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/ResourceManager.java @@ -6,9 +6,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: ResourceManager.java,v $ - * $Revision: 1.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/SCOSolverImpl.java b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/SCOSolverImpl.java index ca32f7a92bab..e3ce2045ebd1 100644 --- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/SCOSolverImpl.java +++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/SCOSolverImpl.java @@ -6,9 +6,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: SCOSolverImpl.java,v $ - * $Revision: 1.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/BaseDialog.java b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/BaseDialog.java index 8c79bff279a9..f41f0ffd9add 100644 --- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/BaseDialog.java +++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/BaseDialog.java @@ -6,9 +6,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: BaseDialog.java,v $ - * $Revision: 1.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/DummyEvolutionarySolverStatusDialog.java b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/DummyEvolutionarySolverStatusDialog.java index cc471d8b382c..06393fe55c51 100644 --- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/DummyEvolutionarySolverStatusDialog.java +++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/DummyEvolutionarySolverStatusDialog.java @@ -6,9 +6,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: DummyEvolutionarySolverStatusDialog.java,v $ - * $Revision: 1.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/EvolutionarySolverStatusUno.java b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/EvolutionarySolverStatusUno.java index ec11aa971fae..f54f96a977af 100644 --- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/EvolutionarySolverStatusUno.java +++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/EvolutionarySolverStatusUno.java @@ -6,9 +6,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: EvolutionarySolverStatusUno.java,v $ - * $Revision: 1.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/IEvolutionarySolverStatusDialog.java b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/IEvolutionarySolverStatusDialog.java index 63bf7d89ac2a..b623494c4cee 100644 --- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/IEvolutionarySolverStatusDialog.java +++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/IEvolutionarySolverStatusDialog.java @@ -6,9 +6,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: IEvolutionarySolverStatusDialog.java,v $ - * $Revision: 1.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/ModalState.java b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/ModalState.java index e32016b80a6e..164dac0b4b3a 100644 --- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/ModalState.java +++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/ModalState.java @@ -6,9 +6,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: ModalState.java,v $ - * $Revision: 1.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/BaseControl.java b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/BaseControl.java index 9faf1fafa59a..c77014c73dae 100644 --- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/BaseControl.java +++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/BaseControl.java @@ -6,9 +6,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: BaseControl.java,v $ - * $Revision: 1.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/Button.java b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/Button.java index ad895ded2539..f018dc0480aa 100644 --- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/Button.java +++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/Button.java @@ -6,9 +6,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: Button.java,v $ - * $Revision: 1.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/Label.java b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/Label.java index 8c337d980b60..aa3d3e37dabe 100644 --- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/Label.java +++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/Label.java @@ -6,9 +6,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: Label.java,v $ - * $Revision: 1.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/LabeledControl.java b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/LabeledControl.java index 9d755bca0fa0..a4ece50705d0 100644 --- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/LabeledControl.java +++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/LabeledControl.java @@ -6,9 +6,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: LabeledControl.java,v $ - * $Revision: 1.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/ProgressBar.java b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/ProgressBar.java index 691fc98e4c0f..50d2de3c8624 100644 --- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/ProgressBar.java +++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/ProgressBar.java @@ -6,9 +6,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: ProgressBar.java,v $ - * $Revision: 1.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/TextAlign.java b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/TextAlign.java index e2c627813088..0a34c8c0c954 100644 --- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/TextAlign.java +++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/TextAlign.java @@ -6,9 +6,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: TextAlign.java,v $ - * $Revision: 1.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/np_sdk/mozsrc/npupp.h b/np_sdk/mozsrc/npupp.h index e6e452ba49f5..75fbdc2b0900 100644 --- a/np_sdk/mozsrc/npupp.h +++ b/np_sdk/mozsrc/npupp.h @@ -36,10 +36,8 @@ * * ***** END LICENSE BLOCK ***** */ - /* - * npupp.h $Revision: 1.2 $ - * function call mecahnics needed by platform specific glue code. + * function call mechanics needed by platform specific glue code. */ diff --git a/postprocess/packconfig/packconfig.pl b/postprocess/packconfig/packconfig.pl index 090fe82fb395..fb024f82d08f 100644 --- a/postprocess/packconfig/packconfig.pl +++ b/postprocess/packconfig/packconfig.pl @@ -42,13 +42,6 @@ my $do_rebuild = 0; # is rebuilding zipfile required? ( my $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/; -my $script_rev; -my $id_str = ' $Revision: 1.3.24.2 $ '; -$id_str =~ /Revision:\s+(\S+)\s+\$/ - ? ($script_rev = $1) : ($script_rev = "-"); - -#print "$script_name -- version: $script_rev\n"; - #### main ##### parse_options(); diff --git a/postprocess/rebase/rebase.pl b/postprocess/rebase/rebase.pl index 7cf63e2d49be..546068efade2 100644 --- a/postprocess/rebase/rebase.pl +++ b/postprocess/rebase/rebase.pl @@ -65,12 +65,6 @@ exit 0; sub script_id { ( my $script_name = $0 ) =~ s/^.*[\\\/]([\w\.]+)$/$1/; - - my $script_rev; - my $id_str = ' $Revision$ '; - $id_str =~ /Revision:\s+(\S+)\s+\$/ - ? ($script_rev = $1) : ($script_rev = "-"); -# print "\n$script_name -- version: $script_rev\n"; return $script_name; } diff --git a/postprocess/signing/signing.pl b/postprocess/signing/signing.pl index ab8e837bcaae..846ac0075793 100644 --- a/postprocess/signing/signing.pl +++ b/postprocess/signing/signing.pl @@ -62,12 +62,6 @@ exit 0; sub script_id { ( my $script_name = $0 ) =~ s/^.*[\\\/]([\w\.]+)$/$1/; - - my $script_rev; - my $id_str = ' $Revision$ '; - $id_str =~ /Revision:\s+(\S+)\s+\$/ - ? ($script_rev = $1) : ($script_rev = "-"); -# print "\n$script_name -- version: $script_rev\n"; return $script_name; } diff --git a/ridljar/com/sun/star/uno/Any.java b/ridljar/com/sun/star/uno/Any.java index a4e2edc95031..ec068f744335 100644 --- a/ridljar/com/sun/star/uno/Any.java +++ b/ridljar/com/sun/star/uno/Any.java @@ -29,7 +29,6 @@ package com.sun.star.uno; * an explicit interface type, so the remote counterpart doesn't need to invoke * a queryInterface). * <p> - * @version $Revision: 1.11 $ $ $Date: 2008-04-11 11:11:43 $ */ public class Any { /** diff --git a/ridljar/com/sun/star/uno/Enum.java b/ridljar/com/sun/star/uno/Enum.java index 9ac1b2559e0a..0203347adb53 100644 --- a/ridljar/com/sun/star/uno/Enum.java +++ b/ridljar/com/sun/star/uno/Enum.java @@ -26,7 +26,6 @@ package com.sun.star.uno; * You cannot create a object of this class or subclass direct, to * avoid enum values with integer values outside the defined range. * <p> - * @version $Revision: 1.5 $ $ $Date: 2008-04-11 11:11:59 $ */ public abstract class Enum { private int m_value; diff --git a/ridljar/com/sun/star/uno/Union.java b/ridljar/com/sun/star/uno/Union.java index 271090924085..8daabbd4a6f9 100644 --- a/ridljar/com/sun/star/uno/Union.java +++ b/ridljar/com/sun/star/uno/Union.java @@ -24,8 +24,6 @@ package com.sun.star.uno; * <p> * Note: The idl type <code>union<code> is currently not fully * integrated into the UNO framework, so don't use it. - * - * @version $Revision: 1.5 $ $ $Date: 2008-04-11 11:15:07 $ */ public class Union { /** diff --git a/sal/qa/helper/gcov/gcov_filter.pl b/sal/qa/helper/gcov/gcov_filter.pl index 9bd614116dbd..e9fec1cedc35 100644 --- a/sal/qa/helper/gcov/gcov_filter.pl +++ b/sal/qa/helper/gcov/gcov_filter.pl @@ -33,7 +33,7 @@ use File::Basename; use Getopt::Long; # Global constants -our $version_info = 'gcov helper $Revision: 1.4 $ '; +our $version_info = 'gcov helper: 1.4 '; our $help; # Help option flag our $version; # Version option flag our $cwd = `pwd`; # current working directory diff --git a/sal/qa/helper/gcov/gcov_result.pl b/sal/qa/helper/gcov/gcov_result.pl index 70232fa5d562..783d055ffba7 100644 --- a/sal/qa/helper/gcov/gcov_result.pl +++ b/sal/qa/helper/gcov/gcov_result.pl @@ -32,7 +32,7 @@ use File::Basename; use Getopt::Long; use Time::localtime; -our $version_info = 'gcov helper $Revision: 1.2 $ '; +our $version_info = 'gcov helper: 1.2 '; our $help; # Help option flag our $version; # Version option flag diff --git a/sal/qa/helper/gcov/gcov_resultcompare.pl b/sal/qa/helper/gcov/gcov_resultcompare.pl index 7ac254263224..38855d2586a6 100644 --- a/sal/qa/helper/gcov/gcov_resultcompare.pl +++ b/sal/qa/helper/gcov/gcov_resultcompare.pl @@ -30,7 +30,7 @@ use strict; use File::Basename; use Getopt::Long; -our $version_info = 'gcov_resultcompare $Revision: 1.2 $ '; +our $version_info = 'gcov_resultcompare: 1.2 '; our $help; # Help option flag our $version; # Version option flag diff --git a/sal/qa/helper/gcov/gcov_resultinterpreter.pl b/sal/qa/helper/gcov/gcov_resultinterpreter.pl index a0a5d2aea72d..0509850a4e12 100644 --- a/sal/qa/helper/gcov/gcov_resultinterpreter.pl +++ b/sal/qa/helper/gcov/gcov_resultinterpreter.pl @@ -30,7 +30,7 @@ use strict; use File::Basename; use Getopt::Long; -our $version_info = 'gcov helper $Revision: 1.3 $ '; +our $version_info = 'gcov helper: 1.3 '; our $help; # Help option flag our $version; # Version option flag diff --git a/solenv/bin/langwrap b/solenv/bin/langwrap index b67a32f62fc3..09113e869da4 100755 --- a/solenv/bin/langwrap +++ b/solenv/bin/langwrap @@ -31,11 +31,7 @@ $nfield = 0; ###### main ###### # Version -$idStr = ' $Revision: 1.2 $ '; -$idStr =~ /Revision:\s+(\S+)\s+\$/ - ? ($langwrapRev = $1) : ($langwrapRev = "-"); - -print "langwrap -- Version: $langwrapRev\n"; +print "langwrap -- Version: 1.2\n"; # Options &check_options(); diff --git a/solenv/bin/mapgen.pl b/solenv/bin/mapgen.pl index 8a8677f12c7b..306c864e3ad8 100644 --- a/solenv/bin/mapgen.pl +++ b/solenv/bin/mapgen.pl @@ -38,12 +38,7 @@ eval 'exec perl -wS $0 ${1+"$@"}' #### script id ##### ( $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/; - -$id_str = ' $Revision: 1.6 $ '; -$id_str =~ /Revision:\s+(\S+)\s+\$/ - ? ($script_rev = $1) : ($script_rev = "-"); - -print "$script_name -- version: $script_rev\n"; +print "$script_name -- version: 1.6\n"; print "Multi Platform Enabled Edition\n"; ######################### diff --git a/solenv/bin/packimages.pl b/solenv/bin/packimages.pl index 936900171ceb..85c8083fc0af 100755 --- a/solenv/bin/packimages.pl +++ b/solenv/bin/packimages.pl @@ -59,12 +59,7 @@ my @custom_list; ( my $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/; -my $script_rev; -my $id_str = ' $Revision: 1.17 $ '; -$id_str =~ /Revision:\s+(\S+)\s+\$/ - ? ($script_rev = $1) : ($script_rev = "-"); - -print "$script_name -- version: $script_rev\n" if $verbose; +print "$script_name -- version: 1.17\n" if $verbose; #### main ##### diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk index 9d2dd1e1e81c..67c09fdbe2e3 100644 --- a/solenv/inc/libs.mk +++ b/solenv/inc/libs.mk @@ -24,7 +24,6 @@ # for a copy of the LGPLv3 License. # #************************************************************************* -LIBSMKREV!:="$$Revision: 1.134.2.3 $$" .IF ("$(GUI)"=="UNX" || "$(COM)"=="GCC") diff --git a/soltools/cpp/_cpp.c b/soltools/cpp/_cpp.c index 1b0ac839dc1c..bfa93bed84b3 100644 --- a/soltools/cpp/_cpp.c +++ b/soltools/cpp/_cpp.c @@ -36,8 +36,6 @@ int ifdepth; int ifsatisfied[NIF]; int skipping; -char rcsid[] = "$Version 1.2 $ $Revision: 1.5 $ $Date: 2006-06-20 05:05:46 $"; - int #ifdef _WIN32 __cdecl diff --git a/soltools/cpp/_unix.c b/soltools/cpp/_unix.c index ae2ccacec8e1..c3ba3dc176cb 100644 --- a/soltools/cpp/_unix.c +++ b/soltools/cpp/_unix.c @@ -39,8 +39,6 @@ extern int optind; #include <getopt.h> #endif -extern char rcsid[]; - int Pflag = 0; /* print no line information */ int Iflag = 0; /* print includes */ int Mflag = 0; /* print macor expansion */ @@ -123,7 +121,7 @@ void break; case 'v': - fprintf(stderr, "%s %s\n", argv[0], rcsid); + fprintf(stderr, "%s\n", argv[0]); break; default: diff --git a/wizards/com/sun/star/wizards/agenda/CallWizard.java b/wizards/com/sun/star/wizards/agenda/CallWizard.java index 00e6c90646f9..3999d16b6a63 100644 --- a/wizards/com/sun/star/wizards/agenda/CallWizard.java +++ b/wizards/com/sun/star/wizards/agenda/CallWizard.java @@ -33,9 +33,6 @@ import com.sun.star.wizards.common.PropertyNames; /** * This class capsulates the class, that implements the minimal component, a factory for * creating the service (<CODE>__getServiceFactory</CODE>). - * - * @author $author$ - * @version $Revision: 1.5.52.1 $ */ public class CallWizard { diff --git a/wizards/com/sun/star/wizards/fax/CallWizard.java b/wizards/com/sun/star/wizards/fax/CallWizard.java index 479ff87215b4..6dfbe98a7712 100644 --- a/wizards/com/sun/star/wizards/fax/CallWizard.java +++ b/wizards/com/sun/star/wizards/fax/CallWizard.java @@ -33,9 +33,6 @@ import com.sun.star.wizards.common.PropertyNames; /** * This class capsulates the class, that implements the minimal component, a factory for * creating the service (<CODE>__getServiceFactory</CODE>). - * - * @author $author$ - * @version $Revision: 1.3.192.1 $ */ public class CallWizard { diff --git a/wizards/com/sun/star/wizards/letter/CallWizard.java b/wizards/com/sun/star/wizards/letter/CallWizard.java index 3d5d28f2cc27..82912cffc19b 100644 --- a/wizards/com/sun/star/wizards/letter/CallWizard.java +++ b/wizards/com/sun/star/wizards/letter/CallWizard.java @@ -33,9 +33,6 @@ import com.sun.star.wizards.common.PropertyNames; /** * This class capsulates the class, that implements the minimal component, a factory for * creating the service (<CODE>__getServiceFactory</CODE>). - * - * @author $author$ - * @version $Revision: 1.3.192.1 $ */ public class CallWizard { diff --git a/wizards/com/sun/star/wizards/web/CallWizard.java b/wizards/com/sun/star/wizards/web/CallWizard.java index da320836cf7b..e6d59ff0977a 100644 --- a/wizards/com/sun/star/wizards/web/CallWizard.java +++ b/wizards/com/sun/star/wizards/web/CallWizard.java @@ -35,9 +35,6 @@ import com.sun.star.wizards.common.Resource; /** * This class capsulates the class, that implements the minimal component, a factory for * creating the service (<CODE>__getServiceFactory</CODE>). - * - * @author rpiterman - * @version $Revision: 1.10.52.1 $ */ public class CallWizard { |