diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 14:39:48 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 14:39:48 +0000 |
commit | c16e36ffb7d7320bc2da5369ea3b8907c3f89f90 (patch) | |
tree | 90e788a95ff82d2600e88b34c94c059e9befdb30 | |
parent | 79de76fabe88f05fd5d16f961ee4d105e49669ba (diff) |
INTEGRATION: CWS sb18 (1.4.100); FILE MERGED
2004/05/21 15:09:27 sb 1.4.100.1: #i21150# Added published flag.
-rw-r--r-- | udkapi/com/sun/star/container/XImplicitIDReplace.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/container/XImplicitIDReplace.idl b/udkapi/com/sun/star/container/XImplicitIDReplace.idl index c4d661a83..9fc2f5bf2 100644 --- a/udkapi/com/sun/star/container/XImplicitIDReplace.idl +++ b/udkapi/com/sun/star/container/XImplicitIDReplace.idl @@ -2,9 +2,9 @@ * * $RCSfile: XImplicitIDReplace.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:35:05 $ + * last change: $Author: obo $ $Date: 2004-06-03 15:39:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,7 @@ module com { module sun { module star { module container { /** makes it possible to replace contents in a collection by an implicit (unique) ID: */ -interface XImplicitIDReplace: com::sun::star::uno::XInterface +published interface XImplicitIDReplace: com::sun::star::uno::XInterface { /** replaces the content which is specified by its implicit (unique) ID with a new content. |