summaryrefslogtreecommitdiff
path: root/include/connectivity
diff options
context:
space:
mode:
authorRohan Kumar <rohankanojia420@gmail.com>2016-03-07 21:50:41 +0530
committerjan iversen <jani@documentfoundation.org>2016-03-08 13:31:09 +0000
commit576ab772555ed9f06995d9b5d605c90191500a76 (patch)
tree77865540ffe7b83eb625128cf722647c0c0665af /include/connectivity
parent26b69a9d0f6ae454ccd57019a68ef96be2568ba5 (diff)
tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionals
I either replaced OSL_DEBUG_LEVEL > 1 with OSL_DEBUG_LEVEL > 0 statements or i used SAL_INFO(..)s Change-Id: Iefb6b83e86e1767e55600b6e1989ee91207fb220 Reviewed-on: https://gerrit.libreoffice.org/23000 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'include/connectivity')
-rw-r--r--include/connectivity/sqlparse.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/sqlparse.hxx b/include/connectivity/sqlparse.hxx
index 5f47f56eff38..7ee7a4fd3225 100644
--- a/include/connectivity/sqlparse.hxx
+++ b/include/connectivity/sqlparse.hxx
@@ -196,7 +196,7 @@ namespace connectivity
// TokenIDToStr: token name belonging to a token number.
static OString TokenIDToStr(sal_uInt32 nTokenID, const IParseContext* pContext = nullptr);
-#if OSL_DEBUG_LEVEL > 1
+#if OSL_DEBUG_LEVEL > 0
// (empty string if not found)
static OUString RuleIDToStr(sal_uInt32 nRuleID);
#endif