diff options
author | Andreas Schlüns <as@openoffice.org> | 2002-11-28 08:04:35 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2002-11-28 08:04:35 +0000 |
commit | 8b01ed8ee2bd7b7564ebee7173344434954ebc76 (patch) | |
tree | 5f1d02094395fc283ebb3ce36e3dbf06bf18b109 /offapi | |
parent | 62d6b9cb9405434dee956e7a4c9dc0d953fccaba (diff) |
#105032# typo
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/util/PathSubstitution.idl | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/offapi/com/sun/star/util/PathSubstitution.idl b/offapi/com/sun/star/util/PathSubstitution.idl index 300b2cc62..5b520521d 100644 --- a/offapi/com/sun/star/util/PathSubstitution.idl +++ b/offapi/com/sun/star/util/PathSubstitution.idl @@ -2,9 +2,9 @@ * * $RCSfile: PathSubstitution.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: cd $ $Date: 2002-08-15 05:24:01 $ + * last change: $Author: as $ $Date: 2002-11-28 09:04:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,26 +59,26 @@ * ************************************************************************/ -#ifndef __com_sun_star_util_PathSubstitution_idl__ -#define __com_sun_star_util_PathSubstitution_idl__ +#ifndef __com_sun_star_util_PathSubstitution_idl__ +#define __com_sun_star_util_PathSubstitution_idl__ -#ifndef __com_sun_star_util_XStringSubstitution_idl__ +#ifndef __com_sun_star_util_XStringSubstitution_idl__ #include <com/sun/star/util/XStringSubstitution.idl> #endif -#ifndef __com_sun_star_container_XNameContainer_idl__ +#ifndef __com_sun_star_container_XNameContainer_idl__ #include <com/sun/star/container/XNameContainer.idl> #endif -#ifndef __com_sun_star_container_XContainerListener_idl__ +#ifndef __com_sun_star_container_XContainerListener_idl__ #include <com/sun/star/container/XContainerListener.idl> #endif -//============================================================================= +//============================================================================= -module com { module sun { module star { module util { +module com { module sun { module star { module util { -//============================================================================= +//============================================================================= /** A service to support the substitution and resubstitution of path variables. @@ -87,8 +87,8 @@ module com { module sun { module star { module util { Path variables are not case sensitive and are always provided as a UCB-complient URL's (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 + 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: </p> @@ -100,7 +100,7 @@ module com { module sun { module star { module util { <dt>$(user)</dt> <dd>The user installation directory.</dd> <dt>$(work)</dt> - <dd>The work directory of the user. Under Windows this would be the + <dd>The work directory of the user. Under Windows this would be the "MyDocuments" subdirectory. Under Unix this would be the home-directory</dd> <dt>$(home)</dt> <dd>The home directory of the user. Under Unix this would be the home- @@ -119,7 +119,7 @@ module com { module sun { module star { module util { </dl> */ -service PathSubstituion +service PathSubstitution { //------------------------------------------------------------------------- /** Interface to exchange path variables with defined paths and to resubstitute paths with path variables. @@ -131,8 +131,8 @@ service PathSubstituion interface com::sun::star::util::XStringSubstitution; }; -//============================================================================= - -}; }; }; }; +//============================================================================= + +}; }; }; }; #endif |