diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-06-11 10:54:14 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-06-11 10:54:14 +0000 |
commit | c28da5514676ecf1302122f5ed48d22dd7dcc17b (patch) | |
tree | 4c8a38e66673541ef9036e1dc19c82f8216e528a | |
parent | a86af0a493906a31f8172bbe603173e13e69897b (diff) |
INTEGRATION: CWS unopkg2 (1.3.10); FILE MERGED
2004/05/14 12:54:45 dbo 1.3.10.1: tag API for internal use only
-rw-r--r-- | offapi/com/sun/star/xml/input/XRoot.idl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/offapi/com/sun/star/xml/input/XRoot.idl b/offapi/com/sun/star/xml/input/XRoot.idl index da3cbe097a2c..767fa6dcfed0 100644 --- a/offapi/com/sun/star/xml/input/XRoot.idl +++ b/offapi/com/sun/star/xml/input/XRoot.idl @@ -2,9 +2,9 @@ * * $RCSfile: XRoot.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2004-04-13 11:59:03 $ + * last change: $Author: kz $ $Date: 2004-06-11 11:54:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,6 +72,8 @@ module com { module sun { module star { module xml { module input { /** Root interface being passed to SaxDocumentHandler service upon instantiation. + + @internal */ interface XRoot : com::sun::star::uno::XInterface { |