diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-12 09:56:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-12 09:56:06 +0000 |
commit | 8149f83587d5832eb772cf082b2b48a8af767aac (patch) | |
tree | 1fca0e1712a9550cdc8b8727724617dc6dae64dc /stoc | |
parent | 2241b8eb40ec9da72f9714143fc2cc8cc7a8f116 (diff) |
INTEGRATION: CWS sb36 (1.4.46); FILE MERGED
2006/11/08 16:47:33 sb 1.4.46.3: RESYNC: (1.5-1.6); FILE MERGED
2005/09/22 05:52:39 sb 1.4.46.2: RESYNC: (1.4-1.5); FILE MERGED
2005/07/14 12:38:17 sb 1.4.46.1: #i51803# Added support for vnd.sun.star.expand URLs.
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/uriproc/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stoc/source/uriproc/makefile.mk b/stoc/source/uriproc/makefile.mk index c357f1c7380e..9ad8267572fb 100644 --- a/stoc/source/uriproc/makefile.mk +++ b/stoc/source/uriproc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: vg $ $Date: 2006-05-24 13:53:26 $ +# last change: $Author: obo $ $Date: 2007-03-12 10:56:06 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -48,6 +48,7 @@ SHL1OBJS = \ $(SLO)$/ExternalUriReferenceTranslator.obj \ $(SLO)$/UriReference.obj \ $(SLO)$/UriReferenceFactory.obj \ + $(SLO)$/UriSchemeParser_vndDOTsunDOTstarDOTexpand.obj \ $(SLO)$/UriSchemeParser_vndDOTsunDOTstarDOTscript.obj \ $(SLO)$/VndSunStarPkgUrlReferenceFactory.obj \ $(SLO)$/component.obj \ |