From 62b2d8ff356e7ac74dc0a66f1630e704af270356 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 28 Sep 2016 08:22:58 +0200 Subject: tdf#102630: [API CHANGE] Remove /org.openoffice.Office/Substitution tree ...from configuration (see issue for details). Also, remove mention of that configuration tree from the documentation of the css.util.PathSubstitution UNO service. Change-Id: Ia0373bc7d19e650b7954b7dbb934a578c96fcab5 --- offapi/com/sun/star/util/PathSubstitution.idl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/util/PathSubstitution.idl b/offapi/com/sun/star/util/PathSubstitution.idl index da827002c247..4d719712d7c7 100644 --- a/offapi/com/sun/star/util/PathSubstitution.idl +++ b/offapi/com/sun/star/util/PathSubstitution.idl @@ -35,10 +35,7 @@ module com { module sun { module star { module util { Path variables are not case sensitive and are always provided as a UCB-compliant URLs (for example: "file:///c:/temp" or "file:///usr/install"). This is mandatory to support an optional remote file system.
- A user defined list of path variables is supported. This list is stored in the Office - configuration file (org/openoffice/Office/Substitution.xml). Please have a look at the - schema definition file which configuration structure this file uses.
- There is also a set of variables that have pre-defined values: + There is a set of variables that have pre-defined values:

\$(inst)
-- cgit