diff options
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/sqlparse.hxx | 2 |
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 |