summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-23 22:28:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-23 23:16:45 +0000
commit94566b08a3a26230d4aed86a6834fc1cd9f67909 (patch)
tree2b833e71eff5027a85041d3b3d3a99cca1e8c69e /connectivity
parent709c1f365b3bdd0d46ec4f1ddc244580a0dfa637 (diff)
IniParser::Dump uncalled, but potentially useful for debugging
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx3
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx2
2 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx
index f56df914a411..ce8235eeae49 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx
@@ -110,7 +110,8 @@ IniParser::IniParser(OUString const & rIniName) throw(com::sun::star::io::IOExce
}
#endif
}
-#if OSL_DEBUG_LEVEL > 0
+
+#if OSL_DEBUG_LEVEL > 1
void IniParser::Dump()
{
IniSectionMap::iterator iBegin = mAllSection.begin();
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx
index 57ff62261213..3064bea2bffd 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx
@@ -76,7 +76,7 @@ class IniParser
public:
IniSectionMap * getAllSection(){return &mAllSection;};
IniParser(OUString const & rIniName) throw(com::sun::star::io::IOException );
-#if OSL_DEBUG_LEVEL > 0
+#if OSL_DEBUG_LEVEL > 1
void Dump();
#endif