diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:53:26 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:53:26 +0000 |
commit | bd2c8dff989b24c10f747cff3103afcc29446235 (patch) | |
tree | dda30d8066afa73600d528579d702e417924ab05 /stoc/source/uriproc | |
parent | 5daa5795452d3f200e0d80b3b464702bc0906c37 (diff) |
INTEGRATION: CWS ause043 (1.5.8); FILE MERGED
2005/11/04 13:00:24 hjs 1.5.8.1: #i56702# remove local uno header generation
Diffstat (limited to 'stoc/source/uriproc')
-rw-r--r-- | stoc/source/uriproc/makefile.mk | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/stoc/source/uriproc/makefile.mk b/stoc/source/uriproc/makefile.mk index 3293dd2e2826..c357f1c7380e 100644 --- a/stoc/source/uriproc/makefile.mk +++ b/stoc/source/uriproc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-09-08 08:18:57 $ +# last change: $Author: vg $ $Date: 2006-05-24 13:53:26 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -43,23 +43,6 @@ ENABLE_EXCEPTIONS := TRUE DLLPRE = # no leading "lib" on .so files -UNOTYPES = \ - com.sun.star.lang.WrappedTargetRuntimeException \ - com.sun.star.lang.XMultiComponentFactory \ - com.sun.star.lang.XServiceInfo \ - com.sun.star.uno.Exception \ - com.sun.star.uno.RuntimeException \ - com.sun.star.uno.XComponentContext \ - com.sun.star.uno.XInterface \ - com.sun.star.uri.RelativeUriExcessParentSegments \ - com.sun.star.uri.UriReferenceFactory \ - com.sun.star.uri.XExternalUriReferenceTranslator \ - com.sun.star.uri.XUriReference \ - com.sun.star.uri.XUriReferenceFactory \ - com.sun.star.uri.XUriSchemeParser \ - com.sun.star.uri.XVndSunStarPkgUrlReferenceFactory \ - com.sun.star.uri.XVndSunStarScriptUrlReference - SHL1TARGET = $(TARGET).uno SHL1OBJS = \ $(SLO)$/ExternalUriReferenceTranslator.obj \ |