summaryrefslogtreecommitdiff
path: root/autodoc/inc/ary_i
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:49:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:49:07 +0000
commit2fcd01fb02d9a1d2ff93262b62db6aa641940143 (patch)
treec4abac2daa390cf97f81b191b7a68384c83f72fe /autodoc/inc/ary_i
parent51f7793ee73244d52fc9f8f068db4bb811e4e2d8 (diff)
INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED
2005/10/18 08:35:41 np 1.5.4.1: #i53898#
Diffstat (limited to 'autodoc/inc/ary_i')
-rw-r--r--autodoc/inc/ary_i/d_token.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/autodoc/inc/ary_i/d_token.hxx b/autodoc/inc/ary_i/d_token.hxx
index ddc43d2f08b9..42f4ab8e1d33 100644
--- a/autodoc/inc/ary_i/d_token.hxx
+++ b/autodoc/inc/ary_i/d_token.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: d_token.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 16:25:10 $
+ * last change: $Author: hr $ $Date: 2006-06-19 11:49:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -103,11 +103,11 @@ class DT_MLTag : public DT_Dsapi
class DT_MupType : public DT_MLTag
{
public:
- DT_MupType( /// Constructor for End-Tag
- bool i_bEnd ) /// Must be there, but is not evaluated.
+ explicit DT_MupType( /// Constructor for End-Tag
+ bool ) /// Must be there, but is not evaluated.
: bIsBegin(false) {}
DT_MupType( /// Constructor for Begin-Tag
- const udmstri & i_sScope )
+ const String & i_sScope )
: sScope(i_sScope), bIsBegin(true) {}
virtual void DisplayAt(
DocumentationDisplay &
@@ -123,11 +123,11 @@ class DT_MupType : public DT_MLTag
class DT_MupMember : public DT_MLTag
{
public:
- DT_MupMember( /// Constructor for End-Tag
- bool i_bEnd ) /// Must be there, but is not evaluated.
+ explicit DT_MupMember( /// Constructor for End-Tag
+ bool ) /// Must be there, but is not evaluated.
: bIsBegin(false) {}
DT_MupMember( /// Constructor for Begin-Tag
- const udmstri & i_sScope )
+ const String & i_sScope )
: sScope(i_sScope), bIsBegin(true) {}
virtual void DisplayAt(
DocumentationDisplay &