diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:58:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:58:25 +0000 |
commit | 534cfde57b1cc7cbfbddd12ceb21692cdd4d1827 (patch) | |
tree | ff159764a67e0b1877887ad421d7b366337b7297 /sw/source | |
parent | 3f1515707bbdc79b00e34abf4d0838e97c55cda3 (diff) |
INTEGRATION: CWS tune05 (1.2.568); FILE MERGED
2004/07/23 13:58:57 cmc 1.2.568.2: #i30554# unused file
2004/07/21 15:36:51 cmc 1.2.568.1: #i30554# remove unused file
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/cctrl/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/ui/cctrl/makefile.mk b/sw/source/ui/cctrl/makefile.mk index 8da1c267066c..6fc184b81c39 100644 --- a/sw/source/ui/cctrl/makefile.mk +++ b/sw/source/ui/cctrl/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: vg $ $Date: 2003-04-17 15:14:36 $ +# last change: $Author: obo $ $Date: 2004-08-12 12:58:25 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -77,13 +77,11 @@ AUTOSEG=true CXXFILES = \ actctrl.cxx \ - linbox.cxx \ popbox.cxx \ swlbox.cxx SLOFILES = \ $(SLO)$/actctrl.obj \ - $(SLO)$/linbox.obj \ $(SLO)$/popbox.obj \ $(SLO)$/swlbox.obj |