summaryrefslogtreecommitdiff
path: root/autodoc/source/ary_i
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-10 10:32:33 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-10 10:32:33 +0000
commitf6abe866206ab26b1e911c6196f3c42d41dbe882 (patch)
tree34e01209fc475d491432dab5ef60f7eeda748ccd /autodoc/source/ary_i
parentaa22479a2a2ab79c9c27b9c0af992714b84a1caf (diff)
INTEGRATION: CWS sdk02 (1.1.32); FILE MERGED
2003/05/26 16:42:13 np 1.1.32.1: #108925# Enable tag @since and text for tag @deprecated.
Diffstat (limited to 'autodoc/source/ary_i')
-rw-r--r--autodoc/source/ary_i/kernel/d_token.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/autodoc/source/ary_i/kernel/d_token.cxx b/autodoc/source/ary_i/kernel/d_token.cxx
index 289faf0bd676..45ef62c9075d 100644
--- a/autodoc/source/ary_i/kernel/d_token.cxx
+++ b/autodoc/source/ary_i/kernel/d_token.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: d_token.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: np $ $Date: 2002-11-01 17:14:19 $
+ * last change: $Author: vg $ $Date: 2003-06-10 11:32:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,6 +131,13 @@ DT_ParameterAtTag::DisplayAt( DocumentationDisplay & o_rDisplay ) const
o_rDisplay.Display_ParameterAtTag( *this );
}
+void
+DT_SinceAtTag::DisplayAt( DocumentationDisplay & o_rDisplay ) const
+{
+ o_rDisplay.Display_SinceAtTag( *this );
+}
+
+
} // namespace dsapi
} // namespace csi