Kaydet (Commit) 59dfba95 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS jl67 (1.13.200); FILE MERGED

2007/07/11 11:44:34 jl 1.13.200.1: #i77752 support for default update URL for extensions
üst 9ee0912f
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: dp_misc.cxx,v $ * $RCSfile: dp_misc.cxx,v $
* *
* $Revision: 1.13 $ * $Revision: 1.14 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 09:41:35 $ * last change: $Author: rt $ $Date: 2007-07-26 08:54:46 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -340,4 +340,15 @@ Reference<XInterface> resolveUnoURL( ...@@ -340,4 +340,15 @@ Reference<XInterface> resolveUnoURL(
} }
} }
OUString getExtensionDefaultUpdateURL()
{
::rtl::OUString sUrl(
RTL_CONSTASCII_USTRINGPARAM(
"${$SYSBINDIR/" SAL_CONFIGFILE("version")
":Version:ExtensionUpdateURL"));
::rtl::Bootstrap::expandMacros(sUrl);
return sUrl;
}
} }
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