diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:38:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:38:35 +0000 |
commit | e4b5eca506467ff73055deb6115e286cf260c78b (patch) | |
tree | 300c387d12b43fc5ab234e85e80e8d4c1904cd37 /udkapi | |
parent | 6d48e7ce29f3ee77ce22cb8f317ce3717ea70847 (diff) |
INTEGRATION: CWS sb18 (1.6.92); FILE MERGED
2004/05/21 15:10:37 sb 1.6.92.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/util/MacroExpander.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/util/MacroExpander.idl b/udkapi/com/sun/star/util/MacroExpander.idl index f58b537edff1..d9b277bcafc4 100644 --- a/udkapi/com/sun/star/util/MacroExpander.idl +++ b/udkapi/com/sun/star/util/MacroExpander.idl @@ -2,9 +2,9 @@ * * $RCSfile: MacroExpander.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2003-04-17 09:34:47 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:38:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,7 +86,7 @@ module com { module sun { module star { module util { @since #107627# */ -service MacroExpander +published service MacroExpander { interface XMacroExpander; [optional] interface com::sun::star::lang::XComponent; @@ -103,7 +103,7 @@ service MacroExpander @see MacroExpander */ -singleton theMacroExpander +published singleton theMacroExpander { service MacroExpander; }; |