diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-09-28 08:22:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-09-28 08:22:58 +0200 |
commit | 62b2d8ff356e7ac74dc0a66f1630e704af270356 (patch) | |
tree | 7053e7899d737dc5f26d11f3a93280ebfe91af6e /offapi | |
parent | 43e9abd29cc3a9246a3d2789024c6c252974c9e3 (diff) |
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
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/util/PathSubstitution.idl | 5 |
1 files changed, 1 insertions, 4 deletions
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.<br> - 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.<br> - There is also a set of variables that have pre-defined values: + There is a set of variables that have pre-defined values: </p> <dl> <dt>\$(inst)</dt> |