summaryrefslogtreecommitdiff
path: root/codemaker/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:22:17 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:22:17 +0000
commit3d9435f8bad3ba2e251540de75daa7cca01d3ac4 (patch)
tree6f6d507816a871a337f52f2125b0fb60fb14f4ef /codemaker/inc
parente4cab7160d438b4166834a340a268c053b2611e2 (diff)
INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED
2006/04/07 20:36:59 sb 1.4.14.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/22 22:20:10 sb 1.4.14.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/05 13:32:21 sb 1.4.14.1: #i53898# Made code warning-free.
Diffstat (limited to 'codemaker/inc')
-rw-r--r--codemaker/inc/codemaker/exceptiontree.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/codemaker/inc/codemaker/exceptiontree.hxx b/codemaker/inc/codemaker/exceptiontree.hxx
index f13e3f9f8891..37bd862e7b43 100644
--- a/codemaker/inc/codemaker/exceptiontree.hxx
+++ b/codemaker/inc/codemaker/exceptiontree.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: exceptiontree.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2006-03-15 09:10:11 $
+ * last change: $Author: hr $ $Date: 2006-06-20 02:22:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -66,7 +66,7 @@ struct ExceptionTreeNode {
void setPresent() { present = true; clearChildren(); }
// Internally used by ExceptionTree:
- ExceptionTreeNode * add(rtl::OString const & name);
+ ExceptionTreeNode * add(rtl::OString const & theName);
rtl::OString name;
bool present;