From d3a19d8eb7558bb7ca056ff31127c9002a7d0853 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 4 Feb 2014 15:04:05 +0000 Subject: 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 --- offapi/com/sun/star/util/PathSubstitution.idl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'offapi/com/sun/star/util') 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 {
The current temporary directory.
\$(path)
The value of PATH environment variable.
-
\$(lang)
-
The country code used by the Office, like 01=English, 49=German.
\$(langid)
The language code used by the Office, like 0x0009=English, 0x0409=English US.
\$(vlang)
@@ -67,7 +65,7 @@ module com { module sun { module star { module util {

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 -- cgit