diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-23 06:13:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-23 06:13:56 +0000 |
commit | c087c7b5a113d7338e1f5431415365439f3ca2d8 (patch) | |
tree | ef335b20f12fe28508a2b95a096c56ead611ba5b /sfx2 | |
parent | 03c0cd927a3cd20c58b2f56ab41b4a000e8a3503 (diff) |
INTEGRATION: CWS fwk58 (1.10.226); FILE MERGED
2006/12/13 14:58:29 mba 1.10.226.1: #i72412#: remove NewHdl
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/bastyp/makefile.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sfx2/source/bastyp/makefile.mk b/sfx2/source/bastyp/makefile.mk index 5cfdf389fa7f..d627a691b1a2 100644 --- a/sfx2/source/bastyp/makefile.mk +++ b/sfx2/source/bastyp/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: rt $ $Date: 2006-05-02 16:24:14 $ +# last change: $Author: obo $ $Date: 2007-01-23 07:13:56 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -53,7 +53,6 @@ SLOFILES =\ $(SLO)$/misc.obj \ $(SLO)$/progress.obj \ $(SLO)$/sfxresid.obj \ - $(SLO)$/newhdl.obj \ $(SLO)$/bitset.obj \ $(SLO)$/minarray.obj \ $(SLO)$/fltfnc.obj \ @@ -64,8 +63,7 @@ SLOFILES =\ SRS1NAME=$(TARGET) SRC1FILES =\ fltfnc.src \ - bastyp.src \ - newhdl.src + bastyp.src EXCEPTIONSFILES =\ $(SLO)$/helper.obj |