summaryrefslogtreecommitdiff
path: root/autodoc/source/ary_i
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-10 10:32:09 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-10 10:32:09 +0000
commitaa22479a2a2ab79c9c27b9c0af992714b84a1caf (patch)
tree89045e5ea4225c52d83cef3dbc19aba00f4bb731 /autodoc/source/ary_i
parentfa6a7d9e3ac9b5a6f81655cb0cb5f9c2e504cb6c (diff)
INTEGRATION: CWS sdk02 (1.2.46); FILE MERGED
2003/05/26 16:42:12 np 1.2.46.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/ci_text2.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/autodoc/source/ary_i/kernel/ci_text2.cxx b/autodoc/source/ary_i/kernel/ci_text2.cxx
index 89686b6d4d69..7a1e5ef1f984 100644
--- a/autodoc/source/ary_i/kernel/ci_text2.cxx
+++ b/autodoc/source/ary_i/kernel/ci_text2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ci_text2.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: np $ $Date: 2002-05-14 09:02:11 $
+ * last change: $Author: vg $ $Date: 2003-06-10 11:32:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -129,6 +129,8 @@ void DocuText_Display::Display_SeeAlsoAtTag(
const csi::dsapi::DT_SeeAlsoAtTag & ) {}
void DocuText_Display::Display_ParameterAtTag(
const csi::dsapi::DT_ParameterAtTag & ) {}
+void DocuText_Display::Display_SinceAtTag(
+ const csi::dsapi::DT_SinceAtTag & ) {}