summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:00:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:00:44 +0000
commit621cc2a4b2fb11593ad3fd0ebf9b2ae942f6d7ac (patch)
tree282eec9196f5fb2d5bd11a08294b35559dfe3fc9 /connectivity
parent04be72cdf3d1adc8c908b67bb70b0da96f61472b (diff)
INTEGRATION: CWS warnings01 (1.17.30); FILE MERGED
2005/11/16 12:58:41 fs 1.17.30.1: #i57457# warning free code
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/inc/connectivity/sqlnode.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/inc/connectivity/sqlnode.hxx b/connectivity/inc/connectivity/sqlnode.hxx
index 46199803f95c..5a4978ffb2ce 100644
--- a/connectivity/inc/connectivity/sqlnode.hxx
+++ b/connectivity/inc/connectivity/sqlnode.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sqlnode.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 05:02:22 $
+ * last change: $Author: hr $ $Date: 2006-06-20 01:00:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -290,8 +290,10 @@ namespace connectivity
OSQLParseNode* getByRule(OSQLParseNode::Rule eRule) const;
+#if OSL_DEBUG_LEVEL > 0
// zeigt den ParseTree mit tabs und linefeeds
void showParseTree(::rtl::OUString& rString, sal_uInt32 nLevel=0);
+#endif
// GetNodeType gibt den Knotentyp zurueck
SQLNodeType getNodeType() const {return m_eNodeType;};