From 053a20463d051b3b6caae759ff60851c6ec2d629 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Fri, 11 Dec 2009 12:50:06 +0100 Subject: some forgotten code cleanup --- cui/util/makefile.pmk | 3 --- 1 file changed, 3 deletions(-) (limited to 'cui/util') diff --git a/cui/util/makefile.pmk b/cui/util/makefile.pmk index b2aae3329111..f9e5c100671a 100644 --- a/cui/util/makefile.pmk +++ b/cui/util/makefile.pmk @@ -29,9 +29,6 @@ # #************************************************************************* -# define SVX_DLLIMPLEMENTATION (see @ svxdllapi.h) -CDEFS += -DSVX_DLLIMPLEMENTATION - .IF "$(ENABLE_GTK)" != "" CFLAGS+=-DENABLE_GTK .ENDIF -- cgit From 06c61003faf8a61f38f7985b58d27e4fb38ef0c6 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Tue, 15 Dec 2009 21:55:40 +0100 Subject: #i107706#: liquidate goodies module --- cui/util/makefile.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'cui/util') diff --git a/cui/util/makefile.mk b/cui/util/makefile.mk index bedd1cee6407..120b74098cce 100644 --- a/cui/util/makefile.mk +++ b/cui/util/makefile.mk @@ -64,7 +64,6 @@ SHL1STDLIBS= \ $(SVXLIB) \ $(AVMEDIALIB) \ $(SFX2LIB) \ - $(GOODIESLIB) \ $(BASEGFXLIB) \ $(BASICLIB) \ $(LNGLIB) \ -- cgit From 062389b010a139129682709876e3d092de234af5 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Fri, 8 Jan 2010 18:32:51 +0100 Subject: #i107450#: build all other modules with new editeng lib --- cui/util/makefile.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'cui/util') diff --git a/cui/util/makefile.mk b/cui/util/makefile.mk index 120b74098cce..715a138e2012 100644 --- a/cui/util/makefile.mk +++ b/cui/util/makefile.mk @@ -60,6 +60,7 @@ SHL1LIBS= \ SHL1STDLIBS= \ + $(EDITENGLIB) \ $(SVXCORELIB) \ $(SVXLIB) \ $(AVMEDIALIB) \ -- cgit From 36de66bdf066b984ff15995035d2fa86d7123b42 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 12 Feb 2010 15:01:35 +0100 Subject: changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) --- cui/util/hidother.src | 5 +---- cui/util/makefile.mk | 8 ++------ cui/util/makefile.pmk | 6 +----- 3 files changed, 4 insertions(+), 15 deletions(-) (limited to 'cui/util') diff --git a/cui/util/hidother.src b/cui/util/hidother.src index 313161f7c3cd..4bb9dedb38fa 100644 --- a/cui/util/hidother.src +++ b/cui/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.45 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/cui/util/makefile.mk b/cui/util/makefile.mk index bedd1cee6407..fe7efca0747d 100644 --- a/cui/util/makefile.mk +++ b/cui/util/makefile.mk @@ -1,15 +1,11 @@ #************************************************************************* # # 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.61 $ -# # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/cui/util/makefile.pmk b/cui/util/makefile.pmk index b2aae3329111..e0fffdb1fdeb 100644 --- a/cui/util/makefile.pmk +++ b/cui/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 -- cgit