diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-06-11 10:53:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-06-11 10:53:58 +0000 |
commit | a86af0a493906a31f8172bbe603173e13e69897b (patch) | |
tree | 35beabfe3dbeded832c6b9675f38848efce927fe | |
parent | 7e9658f0f4ce1c7c4e13fb962401c62af72cb61f (diff) |
INTEGRATION: CWS unopkg2 (1.2.10); FILE MERGED
2004/05/14 12:54:45 dbo 1.2.10.1: tag API for internal use only
-rw-r--r-- | offapi/com/sun/star/xml/input/XNamespaceMapping.idl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/offapi/com/sun/star/xml/input/XNamespaceMapping.idl b/offapi/com/sun/star/xml/input/XNamespaceMapping.idl index e0d87ed8e454..636f57a2d631 100644 --- a/offapi/com/sun/star/xml/input/XNamespaceMapping.idl +++ b/offapi/com/sun/star/xml/input/XNamespaceMapping.idl @@ -2,9 +2,9 @@ * * $RCSfile: XNamespaceMapping.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2004-04-13 11:58:52 $ + * last change: $Author: kz $ $Date: 2004-06-11 11:53:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,6 +68,8 @@ module com { module sun { module star { module xml { module input { /** Interface to map XML namespace URI strings to ordinals (URI-id, short uid). + + @internal */ interface XNamespaceMapping : com::sun::star::uno::XInterface { |