diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:22:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:22:13 +0000 |
commit | e9a6f6d49b6dca0779c9e125718452d5ae9908b3 (patch) | |
tree | b96b43acaa3d953375c5ec59074b3cf29809ee9a /offapi/com/sun/star/xml | |
parent | f5abdf80c6533944dcb40574addfd044cdd6d2c0 (diff) |
INTEGRATION: CWS sb18 (1.4.406); FILE MERGED
2004/05/21 15:07:15 sb 1.4.406.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/xml')
-rw-r--r-- | offapi/com/sun/star/xml/AttributeData.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/xml/AttributeData.idl b/offapi/com/sun/star/xml/AttributeData.idl index 52ca9fc2d93f..9141859d5fdc 100644 --- a/offapi/com/sun/star/xml/AttributeData.idl +++ b/offapi/com/sun/star/xml/AttributeData.idl @@ -2,9 +2,9 @@ * * $RCSfile: AttributeData.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:11:16 $ + * last change: $Author: obo $ $Date: 2004-06-04 02:22:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,7 +71,7 @@ /** store the type and value of an XML attribute inside a XNameContainer */ -struct AttributeData +published struct AttributeData { /** the namespace of this XML attribute. |