From 3893b00efb752942c6517bdf21d0a2cdc8ab14ab Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 30 Mar 2012 02:29:53 +0200 Subject: fdo#46808, Adapt UNO services to new style Update selected IDL files to use new syntax. Update the makefiles to generate the necessary new include files. Signed-off-by: Stephan Bergmann --- offapi/com/sun/star/util/PathSubstitution.idl | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'offapi/com/sun/star/util/PathSubstitution.idl') diff --git a/offapi/com/sun/star/util/PathSubstitution.idl b/offapi/com/sun/star/util/PathSubstitution.idl index 5f2b2fd51692..aa397880977a 100644 --- a/offapi/com/sun/star/util/PathSubstitution.idl +++ b/offapi/com/sun/star/util/PathSubstitution.idl @@ -88,17 +88,7 @@ module com { module sun { module star { module util { @since OOo 1.1.2 */ -published service PathSubstitution -{ - //------------------------------------------------------------------------- - /** Interface to exchange path variables with defined paths and to resubstitute paths with path variables. - -

- To resubstitute path variables the caller must provide paths as UCB-compliant URLs. -

- */ - interface com::sun::star::util::XStringSubstitution; -}; +published service PathSubstitution : XStringSubstitution; //============================================================================= -- cgit