summaryrefslogtreecommitdiff
path: root/stoc/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-06-17 10:44:33 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-06-17 10:44:33 +0000
commit4d3dacfba2c22c5da748184595d3b91f0f685b46 (patch)
tree1ca5463e339de937292b24939a4b63b9de7a09cd /stoc/source
parent0032e787766181111c6d896642a4117a5e093033 (diff)
INTEGRATION: CWS sb17 (1.3.4); FILE MERGED
2004/06/03 13:42:08 sb 1.3.4.2: #115879# Added VndSunStarPkgUrlReferenceFactory service. 2004/06/02 10:50:03 sb 1.3.4.1: #109735# Added ExternalUriReferenceTranslator service.
Diffstat (limited to 'stoc/source')
-rw-r--r--stoc/source/uriproc/makefile.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/stoc/source/uriproc/makefile.mk b/stoc/source/uriproc/makefile.mk
index 45c6ad3f0a21..3df6887d0ae4 100644
--- a/stoc/source/uriproc/makefile.mk
+++ b/stoc/source/uriproc/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: obo $ $Date: 2004-03-19 13:21:57 $
+# last change: $Author: rt $ $Date: 2004-06-17 11:44:33 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,16 +78,21 @@ UNOTYPES = \
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 \
$(SLO)$/UriReference.obj \
$(SLO)$/UriReferenceFactory.obj \
$(SLO)$/UriSchemeParser_vndDOTsunDOTstarDOTscript.obj \
+ $(SLO)$/VndSunStarPkgUrlReferenceFactory.obj \
$(SLO)$/component.obj \
$(SLO)$/supportsService.obj
SHL1STDLIBS = $(CPPULIB) $(CPPUHELPERLIB) $(SALLIB)