diff options
author | Rohan Kumar <rohankanojia420@gmail.com> | 2016-03-07 23:38:58 +0530 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-03-08 13:25:57 +0000 |
commit | 3f80f144cff8d8ddd1d33e7b8ca6dbe2ad8d8491 (patch) | |
tree | 06e892b271775983a01274e20411db6bdd4b1422 /l10ntools/inc/helpmerge.hxx | |
parent | df750471d757562671e612fe83d758231dd58b58 (diff) |
tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
I removed OSL_DEBUG_LEVEL > 1 conditionals, replaced them with
OSL_DEBUG_LEVEL > 0 as suggested in updated easy hack
Change-Id: I4af8cd2a9bf9980fc98967d499d1fc30642251f4
Reviewed-on: https://gerrit.libreoffice.org/23010
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'l10ntools/inc/helpmerge.hxx')
-rw-r--r-- | l10ntools/inc/helpmerge.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/helpmerge.hxx b/l10ntools/inc/helpmerge.hxx index 89c85433d84f..dcc3130cd3e6 100644 --- a/l10ntools/inc/helpmerge.hxx +++ b/l10ntools/inc/helpmerge.hxx @@ -31,7 +31,7 @@ class HelpParser private: OString sHelpFile; -#if OSL_DEBUG_LEVEL > 2 +#if OSL_DEBUG_LEVEL > 0 /// Debugmethod, prints the content of the map to stdout static void Dump(LangHashMap* rElem_in , const OString & sKey_in); |