summaryrefslogtreecommitdiff
path: root/sw/source/filter/basflt
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-02-08 11:48:20 +0000
committerjp <jp@openoffice.org>2001-02-08 11:48:20 +0000
commitaadf7fa7e3c118e511a6b23070cc69302db9aeb4 (patch)
tree2451361376e30994d571fef03c0dd7a91a45bb2a /sw/source/filter/basflt
parent270f6aca15f753194fc73facd329ac3b4c61bb31 (diff)
remove exception handling
Diffstat (limited to 'sw/source/filter/basflt')
-rw-r--r--sw/source/filter/basflt/makefile.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/filter/basflt/makefile.mk b/sw/source/filter/basflt/makefile.mk
index e98e3ef4a1d6..6ab4100cbe46 100644
--- a/sw/source/filter/basflt/makefile.mk
+++ b/sw/source/filter/basflt/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: jmarmion $ $Date: 2000-10-13 08:42:05 $
+# last change: $Author: jp $ $Date: 2001-02-08 12:48:20 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -86,9 +86,6 @@ SLOFILES = \
$(SLO)$/shellio.obj \
$(SLO)$/w4wflt.obj
-EXCEPTIONSFILES = \
- $(SLO)$/shellio.obj \
-
OBJFILES = $(OBJ)$/w4wflt.obj
# --- Tagets -------------------------------------------------------