diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-02-26 15:31:46 +0100 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-02-26 15:31:46 +0100 |
commit | 8c3ce6044a3a250a65eaa39c976ba0c03f3e09db (patch) | |
tree | 2a4f8677621076e780a8348d7ebd74ddf9abe8e4 /sc/util | |
parent | b9fce326449160ed0c6f5c07446baa64d38fa3d3 (diff) | |
parent | 22e99ad710239c0604f883f303d91b8c43a71f16 (diff) |
calctabcolor: rebased to m72.
Diffstat (limited to 'sc/util')
-rw-r--r-- | sc/util/createExtPackage.pl | 6 | ||||
-rw-r--r-- | sc/util/hidother.src | 5 | ||||
-rw-r--r-- | sc/util/makefile.mk | 11 | ||||
-rw-r--r-- | sc/util/makefile.pmk | 6 |
4 files changed, 8 insertions, 20 deletions
diff --git a/sc/util/createExtPackage.pl b/sc/util/createExtPackage.pl index 967ef9e34d9d..06ac16673dec 100644 --- a/sc/util/createExtPackage.pl +++ b/sc/util/createExtPackage.pl @@ -2,14 +2,10 @@ # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # -# Copyright 2008 by Sun Microsystems, Inc. +# Copyright 2000, 2010 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # -# $RCSfile: createExtPackage.pl,v $ -# -# $Revision: 1.3 $ -# # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/sc/util/hidother.src b/sc/util/hidother.src index 230bf06e1fbb..48dfebdf5c2c 100644 --- a/sc/util/hidother.src +++ b/sc/util/hidother.src @@ -2,13 +2,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright 2008 by Sun Microsystems, Inc. + * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: hidother.src,v $ - * $Revision: 1.29 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/sc/util/makefile.mk b/sc/util/makefile.mk index e2b1626f3cdb..a056334254a9 100644 --- a/sc/util/makefile.mk +++ b/sc/util/makefile.mk @@ -2,14 +2,10 @@ # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # -# Copyright 2008 by Sun Microsystems, Inc. +# Copyright 2000, 2010 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # -# $RCSfile: makefile.mk,v $ -# -# $Revision: 1.49 $ -# # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify @@ -81,8 +77,8 @@ SHL1STDLIBS= \ $(SVTOOLLIB) \ $(SVLLIB) \ $(SVXCORELIB) \ + $(EDITENGLIB) \ $(SVXLIB) \ - $(GOODIESLIB) \ $(BASEGFXLIB) \ $(DRAWINGLAYERLIB) \ $(VCLLIB) \ @@ -187,6 +183,7 @@ SHL6STDLIBS= \ $(SVTOOLLIB) \ $(SVLLIB) \ $(SVXCORELIB) \ + $(EDITENGLIB) \ $(MSFILTERLIB) \ $(SVXLIB) \ $(BASEGFXLIB) \ @@ -215,6 +212,7 @@ DEF8NAME=$(SHL8TARGET) SHL8STDLIBS= \ $(ISCLIB) \ + $(EDITENGLIB) \ $(SVXCORELIB) \ $(SVXLIB) \ $(SFX2LIB) \ @@ -310,6 +308,7 @@ SHL9STDLIBS= \ $(SALLIB)\ $(BASICLIB) \ $(SFXLIB) \ + $(EDITENGLIB) \ $(SVXCORELIB) \ $(SVTOOLLIB) \ $(SVLLIB) \ diff --git a/sc/util/makefile.pmk b/sc/util/makefile.pmk index 237d49cf8a7f..226a4dc9d811 100644 --- a/sc/util/makefile.pmk +++ b/sc/util/makefile.pmk @@ -2,14 +2,10 @@ # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # -# Copyright 2008 by Sun Microsystems, Inc. +# Copyright 2000, 2010 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # -# $RCSfile: makefile.pmk,v $ -# -# $Revision: 1.6 $ -# # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify |