diff options
author | Oliver Braun <obr@openoffice.org> | 2002-11-21 07:18:50 +0000 |
---|---|---|
committer | Oliver Braun <obr@openoffice.org> | 2002-11-21 07:18:50 +0000 |
commit | e83d97f3769e1dea0144f86d76ac7a792628da70 (patch) | |
tree | bc8d1f542c62d162b4da71e1558b7e2259a9199e /vcl/source/window | |
parent | 6bc4363dc5291d319c8da3413f70cff353de48c9 (diff) |
#100852# additional cleanups
Diffstat (limited to 'vcl/source/window')
-rw-r--r-- | vcl/source/window/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/source/window/makefile.mk b/vcl/source/window/makefile.mk index 65fd27821fce..1cc1498a676c 100644 --- a/vcl/source/window/makefile.mk +++ b/vcl/source/window/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: rt $ $Date: 2002-03-01 13:52:05 $ +# last change: $Author: obr $ $Date: 2002-11-21 08:18:50 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -108,7 +108,6 @@ SLOFILES= $(SLO)$/accel.obj \ $(SLO)$/scrwnd.obj \ $(SLO)$/dndevdis.obj \ $(SLO)$/dndlcon.obj \ - $(SLO)$/frameacc.obj \ $(SLO)$/taskpanelist.obj .IF "$(remote)"!="" |