diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:22:54 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:22:54 +0000 |
commit | 896e76bbd5c5fb9f7d1d7aaa3944c22015789d66 (patch) | |
tree | bc80cc32746f263bdc86af1da91f59d017e2f7a0 /offapi/com/sun/star | |
parent | e3bf9760b326fc56b4dcfd0538989b732d05c133 (diff) |
INTEGRATION: CWS sb18 (1.5.406); FILE MERGED
2004/05/21 15:07:15 sb 1.5.406.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r-- | offapi/com/sun/star/xml/NamespaceContainer.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/xml/NamespaceContainer.idl b/offapi/com/sun/star/xml/NamespaceContainer.idl index 69da63c078c0..4450484e4f7a 100644 --- a/offapi/com/sun/star/xml/NamespaceContainer.idl +++ b/offapi/com/sun/star/xml/NamespaceContainer.idl @@ -2,9 +2,9 @@ * * $RCSfile: NamespaceContainer.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:11:17 $ + * last change: $Author: obo $ $Date: 2004-06-04 02:22:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,7 @@ module com { module sun { module star { module xml { <p>Each namespace is accessed with its prefix and the URL is stored as a string. */ -service NamespaceContainer +published service NamespaceContainer { interface com::sun::star::container::XNameContainer; }; |