diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 16:23:42 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 16:23:42 +0000 |
commit | 871f20ac0493decffef26bfc6036ce4c73203341 (patch) | |
tree | ee347af22f2ec7a10f5b5947fbdc91512acd303c /accessibility/bridge/source/java | |
parent | 3e2ad8b5343cf071065fabdffc0a4750940a3bbd (diff) |
INTEGRATION: CWS ause081 (1.6.14); FILE MERGED
2007/06/22 12:29:53 hjs 1.6.14.1: #i78393# remove now obsolete setting to avoid description
Diffstat (limited to 'accessibility/bridge/source/java')
-rw-r--r-- | accessibility/bridge/source/java/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/accessibility/bridge/source/java/makefile.mk b/accessibility/bridge/source/java/makefile.mk index 10549df1a7ca..e6cfdd1983c9 100644 --- a/accessibility/bridge/source/java/makefile.mk +++ b/accessibility/bridge/source/java/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: obo $ $Date: 2007-01-25 12:37:03 $ +# last change: $Author: hr $ $Date: 2007-06-26 17:23:42 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -59,7 +59,6 @@ SHL1IMPLIB=i$(SHL1TARGET) SHL1STDLIBS=$(VCLLIB) $(TOOLSLIB) $(JVMACCESSLIB) $(CPPULIB) $(SALLIB) SHL1OBJS=$(SLOFILES) SHL1VERSIONOBJ= -SHL1DESCRIPTIONOBJ= DEF1NAME=$(SHL1TARGET) DEF1EXPORTFILE=exports.dxp |