diff options
author | Sven Jacobi <sj@openoffice.org> | 2000-10-10 13:55:15 +0000 |
---|---|---|
committer | Sven Jacobi <sj@openoffice.org> | 2000-10-10 13:55:15 +0000 |
commit | 401c73a33c86db0925061ce7245b6929de3f775b (patch) | |
tree | c9c4ac987e72c4c206b81a1eec59ac81069a8b13 | |
parent | 5f7acc950c7dc69a575cf8710cd78c865181d763 (diff) |
#79056# msdffimp.cxx is now using exceptions
-rw-r--r-- | svx/source/msfilter/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/msfilter/makefile.mk b/svx/source/msfilter/makefile.mk index 196dc0d0c66b..59c750755351 100644 --- a/svx/source/msfilter/makefile.mk +++ b/svx/source/msfilter/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: cmc $ $Date: 2000-10-10 14:21:01 $ +# last change: $Author: sj $ $Date: 2000-10-10 14:55:15 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -86,7 +86,8 @@ SLOFILES=\ $(SLO)$/msocximex.obj EXCEPTIONSFILES= \ - $(SLO)$/eschesdo.obj + $(SLO)$/eschesdo.obj \ + &(SLO)$/msdffimp.obj SVXLIGHTOBJFILES=\ $(OBJ)$/msdffimp.obj |