Kaydet (Commit) 4d709669 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS qadev16 (1.4.56); FILE MERGED

2004/02/25 14:52:50 cn 1.4.56.1: #115666# gsub replaced with utils.StrReplace
üst 5edb903c
......@@ -7,9 +7,9 @@
'*
'* $RCSfile: cached_CachedContentResultSetFactory.xba,v $
'*
'* $Revision: 1.4 $
'* $Revision: 1.5 $
'*
'* last change:$Date: 2003-03-26 14:54:02 $
'* last change:$Date: 2004-03-19 14:30:48 $
'*
'* The Contents of this file are made available subject to the terms of
'* either of the following licenses
......@@ -95,7 +95,7 @@ On Error Goto ErrHndl
oUCB.initialize(args())
sURL = utils.Path2URL(cTestDocsDir & "solibrary.jar")
sURL = utils.gsub(sURL, "/", "%2F")
sURL = utils.utils.StrReplace(sURL, "/", "%2F")
sCntURL = "vnd.sun.star.pkg://" & sURL & "/"
oCI = oUCB.createContentIdentifier(sCntUrl)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment