diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-07 12:20:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-07 12:20:59 +0000 |
commit | 780296bb2a0efa00b6c08f196a694ab2b71a5d51 (patch) | |
tree | 37d182f914523bf313800ce1f249acb4899ad4d6 /desktop | |
parent | 63d6ee621826f5c0575db8c9ed9d66e0a7dc3523 (diff) |
INTEGRATION: CWS jl22 (1.35.92); FILE MERGED
2005/06/16 14:34:13 jl 1.35.92.1: #i37020# The JavaInterceptionHandler and JavaContext moved to svtools/source/java, because it is also used from several projects. Currently these are desktop and sfx
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/desktop/source/app/makefile.mk b/desktop/source/app/makefile.mk index 14414ee44908..b8ab3e3ecadb 100644 --- a/desktop/source/app/makefile.mk +++ b/desktop/source/app/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.35 $ +# $Revision: 1.36 $ # -# last change: $Author: kz $ $Date: 2005-03-03 20:01:35 $ +# last change: $Author: obo $ $Date: 2005-07-07 13:20:59 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -91,7 +91,6 @@ OBJFILES = \ $(OBJ)$/desktopresid.obj \ $(OBJ)$/dispatchwatcher.obj \ $(OBJ)$/configinit.obj \ - $(OBJ)$/javainteractionhandler.obj \ $(OBJ)$/checkinstall.obj \ $(OBJ)$/langselect.obj \ $(OBJ)$/cmdlinehelp.obj \ |