diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 10:36:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 10:36:31 +0000 |
commit | df442d05ffc9c0d1b355bac663b1a5a9ceb5634c (patch) | |
tree | c984c8b9b79bdc9480da97805198eb73e43542b8 /embedserv/source | |
parent | c774ca591f6d463f91eced67b7fbf2816bc00ea1 (diff) |
INTEGRATION: CWS mbafixesfor22 (1.6.48); FILE MERGED
2007/01/18 13:06:02 mav 1.6.48.1: #i73611# handle the error cases correctly
Diffstat (limited to 'embedserv/source')
-rwxr-xr-x | embedserv/source/embed/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/embedserv/source/embed/makefile.mk b/embedserv/source/embed/makefile.mk index fd9e66b10aad..f63a3d9f28a6 100755 --- a/embedserv/source/embed/makefile.mk +++ b/embedserv/source/embed/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-08 18:53:32 $ +# last change: $Author: obo $ $Date: 2007-01-25 11:36:31 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -74,6 +74,7 @@ EXCEPTIONSFILES= \ $(SLO)$/ed_ipersiststr.obj \ $(SLO)$/ed_idataobj.obj \ $(SLO)$/ed_iinplace.obj \ + $(SLO)$/ed_ioleobject.obj \ $(SLO)$/iipaobj.obj \ $(SLO)$/intercept.obj \ $(SLO)$/syswinwrapper.obj \ |