Kaydet (Commit) a32bfdfd authored tarafından Rohan Kumar's avatar Rohan Kumar Kaydeden (comit) Björn Michaelsen

tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals

I replaced OSL_DEBUG_LEVEL > 2 conditionals with OSL_DEBUG_LEVEL > 0
conditionals

Change-Id: Ibfb3a4e00da7ef6a213dcd4659c7963935cfad1f
Reviewed-on: https://gerrit.libreoffice.org/23081Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarBjörn Michaelsen <bjoern.michaelsen@canonical.com>
üst 30b9c6a4
......@@ -33,7 +33,7 @@
#include <sstream>
#include <stdexcept>
#if OSL_DEBUG_LEVEL > 2
#if OSL_DEBUG_LEVEL > 0
void dumpParameter();
#endif
......@@ -248,7 +248,7 @@ int main(int argc, char* argv[])
initParameter(argc, argv);
#if OSL_DEBUG_LEVEL > 2
#if OSL_DEBUG_LEVEL > 0
dumpParameter();
#endif
......@@ -300,7 +300,7 @@ int main(int argc, char* argv[])
return ulRet;
}
#if OSL_DEBUG_LEVEL > 2
#if OSL_DEBUG_LEVEL > 0
void dumpParameter()
{
std::ostringstream oss;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment