diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-18 08:56:49 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-19 21:11:01 +0000 |
commit | 705e5fe94769415cfca60c73eebb8232464645b2 (patch) | |
tree | 9934c6afc11c237b1bc4627d813925c8985940cd /connectivity | |
parent | fd094baaf79e391f99da9c8259b13144e8de7847 (diff) |
callcatcher: remove some unused code
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/inc/connectivity/sqlnode.hxx | 2 | ||||
-rw-r--r-- | connectivity/source/parse/sqlnode.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/inc/connectivity/sqlnode.hxx b/connectivity/inc/connectivity/sqlnode.hxx index 1d8381a9a321..4f8385a8c0f4 100644 --- a/connectivity/inc/connectivity/sqlnode.hxx +++ b/connectivity/inc/connectivity/sqlnode.hxx @@ -351,7 +351,7 @@ namespace connectivity OSQLParseNode* getByRule(OSQLParseNode::Rule eRule) const; -#if OSL_DEBUG_LEVEL > 0 +#if OSL_DEBUG_LEVEL > 1 // shows the ParseTree with tabs and linefeeds void showParseTree( ::rtl::OUString& rString ) const; void showParseTree( ::rtl::OUStringBuffer& _inout_rBuf, sal_uInt32 nLevel ) const; diff --git a/connectivity/source/parse/sqlnode.cxx b/connectivity/source/parse/sqlnode.cxx index f9789002828f..a40553037759 100644 --- a/connectivity/source/parse/sqlnode.cxx +++ b/connectivity/source/parse/sqlnode.cxx @@ -2235,7 +2235,7 @@ void OSQLParseNode::compress(OSQLParseNode *&pSearchCondition) } } } -#if OSL_DEBUG_LEVEL > 0 +#if OSL_DEBUG_LEVEL > 1 // ----------------------------------------------------------------------------- void OSQLParseNode::showParseTree( ::rtl::OUString& rString ) const { |