summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-04 15:04:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-04 19:54:31 +0000
commitd3a19d8eb7558bb7ca056ff31127c9002a7d0853 (patch)
tree40161e3ceff12b2b82c2ce24a1be0121e776a35d /offapi
parent988af531b337f8c829554ac2d12d41369bb2f19e (diff)
remove lang path substitution
it's unused internally as far as I can see and has very incomplete (and surely some wrong values) from some sort of mid 90s Euro-centric worldview Change-Id: Ibce9e8b76545791ab59b9e11c6ff6e1f33afcb3c
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/util/PathSubstitution.idl4
1 files changed, 1 insertions, 3 deletions
diff --git a/offapi/com/sun/star/util/PathSubstitution.idl b/offapi/com/sun/star/util/PathSubstitution.idl
index 14d1ce99ec9a..0b30fec48130 100644
--- a/offapi/com/sun/star/util/PathSubstitution.idl
+++ b/offapi/com/sun/star/util/PathSubstitution.idl
@@ -58,8 +58,6 @@ module com { module sun { module star { module util {
<dd>The current temporary directory.</dd>
<dt>\$(path)</dt>
<dd>The value of PATH environment variable.</dd>
- <dt>\$(lang)</dt>
- <dd>The country code used by the Office, like 01=English, 49=German.</dd>
<dt>\$(langid)</dt>
<dd>The language code used by the Office, like 0x0009=English, 0x0409=English US.</dd>
<dt>\$(vlang)</dt>
@@ -67,7 +65,7 @@ module com { module sun { module star { module util {
</dl>
<p>
Attention: Most predefined variables describe an absolute path.
- The only exceptions are: \$(lang), \$(langid) and \$(vlang).
+ The only exceptions are: \$(langid) and \$(vlang).
Therefore the service implementation should only substitute variables which
are located at the start of a provided path string or are part of a multi-path.
This special service is not designed to be a text substiution but shall