diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-12 09:58:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-12 09:58:11 +0000 |
commit | ff8defaa4b3603997e83eff20efa3d3924a07f1e (patch) | |
tree | a9e48f2c6af066cf96929d9304543fc2f825b612 /udkapi | |
parent | ee9bb89f9826cd890be01bc999e5e29feddba630 (diff) |
INTEGRATION: CWS sb36 (1.9.10); FILE MERGED
2005/09/22 06:45:19 sb 1.9.10.2: RESYNC: (1.9-1.10); FILE MERGED
2005/07/14 12:22:42 sb 1.9.10.1: #i51803# Moved theMacroExpander to its own idl file.
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/util/MacroExpander.idl | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/udkapi/com/sun/star/util/MacroExpander.idl b/udkapi/com/sun/star/util/MacroExpander.idl index 9482073211ef..72195b429655 100644 --- a/udkapi/com/sun/star/util/MacroExpander.idl +++ b/udkapi/com/sun/star/util/MacroExpander.idl @@ -4,9 +4,9 @@ * * $RCSfile: MacroExpander.idl,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:40:49 $ + * last change: $Author: obo $ $Date: 2007-03-12 10:58:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -66,22 +66,6 @@ published service MacroExpander [optional] interface com::sun::star::lang::XComponent; }; -/** A service that has to deal with macrofied strings will preprocess those - strings using the macro expander singleton. - The macro expander singleton is deployed with the application. - - This feature is currently used macrofying loader urls with macros defined - in uno.ini/unorc bootstrap files. The component loader uses the macro - expander singleton to expand those macros. This is a flexible way - preprocessing loader urls. - - @see MacroExpander -*/ -published singleton theMacroExpander -{ - service MacroExpander; -}; - }; }; }; }; #endif |