diff options
author | Philipp Lohmann <pl@openoffice.org> | 2002-03-01 11:56:44 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2002-03-01 11:56:44 +0000 |
commit | bbc0506ccd67a9590c95f6dafa6a660a88df2c42 (patch) | |
tree | c756a37cbc0dd6a204abfca3c53b071be95956b7 | |
parent | 7ef5351efc2d4ff465fe812651d688da9574ae04 (diff) |
#95861# remove files no longer needed
-rw-r--r-- | vcl/prj/d.lst | 2 | ||||
-rw-r--r-- | vcl/source/helper/makefile.mk | 10 | ||||
-rw-r--r-- | vcl/unx/source/gdi/cdeint.cxx | 5 | ||||
-rw-r--r-- | vcl/unx/source/gdi/dtint.cxx | 5 |
4 files changed, 6 insertions, 16 deletions
diff --git a/vcl/prj/d.lst b/vcl/prj/d.lst index 19341f8db081..0d7535874da6 100644 --- a/vcl/prj/d.lst +++ b/vcl/prj/d.lst @@ -115,7 +115,6 @@ hedabu: ..\inc\outdev3d.hxx %_DEST%\inc%_EXT%\vcl\outdev3d.hxx hedabu: ..\inc\pal.hxx %_DEST%\inc%_EXT%\vcl\pal.hxx hedabu: ..\inc\pointr.hxx %_DEST%\inc%_EXT%\vcl\pointr.hxx hedabu: ..\inc\poly.hxx %_DEST%\inc%_EXT%\vcl\poly.hxx -hedabu: ..\inc\ppdparser.hxx %_DEST%\inc%_EXT%\vcl\ppdparser.hxx hedabu: ..\inc\print.hxx %_DEST%\inc%_EXT%\vcl\print.hxx hedabu: ..\inc\prndlg.hxx %_DEST%\inc%_EXT%\vcl\prndlg.hxx hedabu: ..\inc\prntypes.hxx %_DEST%\inc%_EXT%\vcl\prntypes.hxx @@ -148,7 +147,6 @@ hedabu: ..\inc\split.hxx %_DEST%\inc%_EXT%\vcl\split.hxx hedabu: ..\inc\splitwin.hxx %_DEST%\inc%_EXT%\vcl\splitwin.hxx hedabu: ..\inc\status.hxx %_DEST%\inc%_EXT%\vcl\status.hxx hedabu: ..\inc\stdtext.hxx %_DEST%\inc%_EXT%\vcl\stdtext.hxx -hedabu: ..\inc\strhelper.hxx %_DEST%\inc%_EXT%\vcl\strhelper.hxx hedabu: ..\inc\sv.h %_DEST%\inc%_EXT%\vcl\sv.h hedabu: ..\inc\svapp.hxx %_DEST%\inc%_EXT%\vcl\svapp.hxx hedabu: ..\inc\svsys.h %_DEST%\inc%_EXT%\vcl\svsys.h diff --git a/vcl/source/helper/makefile.mk b/vcl/source/helper/makefile.mk index 34edebe053b1..d1baca08cea3 100644 --- a/vcl/source/helper/makefile.mk +++ b/vcl/source/helper/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: mt $ $Date: 2001-03-15 13:46:53 $ +# last change: $Author: pl $ $Date: 2002-03-01 12:56:44 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -83,12 +83,6 @@ SLOFILES=\ SLOFILES+=$(SLO)$/xconnection.obj .ENDIF -.IF "$(GUI)" == "UNX" -SLOFILES+=\ - $(SLO)$/ppdparser.obj \ - $(SLO)$/strhelper.obj -.ENDIF - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk diff --git a/vcl/unx/source/gdi/cdeint.cxx b/vcl/unx/source/gdi/cdeint.cxx index 8ff5fef04365..642973651c71 100644 --- a/vcl/unx/source/gdi/cdeint.cxx +++ b/vcl/unx/source/gdi/cdeint.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cdeint.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: pl $ $Date: 2001-10-24 16:32:21 $ + * last change: $Author: pl $ $Date: 2002-03-01 12:56:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,7 +68,6 @@ #include <salbmp.hxx> #include <salframe.hxx> #include <soicon.hxx> -#include <strhelper.hxx> #include <tools/stream.hxx> #include <tools/debug.hxx> diff --git a/vcl/unx/source/gdi/dtint.cxx b/vcl/unx/source/gdi/dtint.cxx index e51198d88ca9..7e46fc34998a 100644 --- a/vcl/unx/source/gdi/dtint.cxx +++ b/vcl/unx/source/gdi/dtint.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dtint.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: pl $ $Date: 2001-10-24 16:32:21 $ + * last change: $Author: pl $ $Date: 2002-03-01 12:56:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,6 @@ #include <salbmp.hxx> #include <salframe.hxx> -#include <strhelper.hxx> #include <svapp.hxx> #include <unistd.h> |