summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-11-20 08:48:57 +0000
committerjp <jp@openoffice.org>2000-11-20 08:48:57 +0000
commit184273b1f02e36faa17276223e18444564ac4565 (patch)
treed8ed452caee25656f1094693367aeab55956df38 /sw/source
parente8d66dda0880bc9df439f9337372b92694868d92 (diff)
module wrttxatr.cxx removed
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/filter/writer/makefile.mk10
1 files changed, 4 insertions, 6 deletions
diff --git a/sw/source/filter/writer/makefile.mk b/sw/source/filter/writer/makefile.mk
index bea300064a8e..82b722a2295c 100644
--- a/sw/source/filter/writer/makefile.mk
+++ b/sw/source/filter/writer/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 17:14:57 $
+# last change: $Author: jp $ $Date: 2000-11-20 09:48:57 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -79,14 +79,12 @@ PROJECTPCHSOURCE=..\filt_1st\filt_pch
CXXFILES = \
writer.cxx \
wrt_fn.cxx \
- wrtswtbl.cxx \
- wrttxatr.cxx \
+ wrtswtbl.cxx
SLOFILES = \
$(SLO)$/writer.obj \
$(SLO)$/wrt_fn.obj \
- $(SLO)$/wrtswtbl.obj \
- $(SLO)$/wrttxatr.obj \
+ $(SLO)$/wrtswtbl.obj
# --- Tagets -------------------------------------------------------