summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/CrossReference.idl
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2001-02-12 12:41:08 +0000
committerKai Sommerfeld <kso@openoffice.org>2001-02-12 12:41:08 +0000
commitf5cd746ecfa2a48f40f6083efd563984a344b8df (patch)
tree4cd4a167b32f3301f46123f047c5d2f506377796 /offapi/com/sun/star/ucb/CrossReference.idl
parent2bb979d1634145b7ea3b783ee2bbf9807bb50d27 (diff)
Updated/reformatted documentation.
Diffstat (limited to 'offapi/com/sun/star/ucb/CrossReference.idl')
-rw-r--r--offapi/com/sun/star/ucb/CrossReference.idl16
1 files changed, 9 insertions, 7 deletions
diff --git a/offapi/com/sun/star/ucb/CrossReference.idl b/offapi/com/sun/star/ucb/CrossReference.idl
index f7850e6db324..4e1e937f14f4 100644
--- a/offapi/com/sun/star/ucb/CrossReference.idl
+++ b/offapi/com/sun/star/ucb/CrossReference.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CrossReference.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: kso $ $Date: 2001-02-12 13:41:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,19 +67,21 @@
module com { module sun { module star { module ucb {
//=============================================================================
-/**This struct contains information describing a cross-reference. Such
- references are kept by news servers for managing articles contained in
- multiple groups. An article can have a sequence of cross-references.
+/** This struct contains information describing a cross reference.
+
+ <p>Such references are kept by news servers for managing articles
+ contained in multiple groups. An article can have a sequence of
+ cross references.
*/
struct CrossReference
{
//-------------------------------------------------------------------------
- /** the name of a news group.
+ /** The name of a news group.
*/
string Group;
//-------------------------------------------------------------------------
- /**the unique identifier (relative to the server) of an article in the
+ /** The unique identifier (relative to the server) of an article in the
given group.
*/
long Id;