diff options
author | Rohan Kumar <rohankanojia420@gmail.com> | 2016-03-11 18:25:32 +0530 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2016-03-11 14:01:07 +0000 |
commit | 2e0c1e03e85ef6a20ca362f263c60b141741f698 (patch) | |
tree | 817048da7265042348709b4d21aca2ea01c68838 /include | |
parent | 67ef33f914eae7d9752cd7d354e76210f33f59f0 (diff) |
tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
I replaced OSL_DEBUG_LEVEL > 1 with OSL_DEBUG_LEVEL > 0
and made sure that it doesn't break the build
Change-Id: I9febeed949a24d7bc5afb13dedde03fd812b5b20
Reviewed-on: https://gerrit.libreoffice.org/23077
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sal/log-areas.dox | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox index 207f843af782..e76e948876f6 100644 --- a/include/sal/log-areas.dox +++ b/include/sal/log-areas.dox @@ -100,6 +100,11 @@ certain functionality. @li @c cppuhelper @li @c cppuhelper.shlib +@section cpputools + +@li @c cpputools +@li @c cpputools.unoexe + @section cui @li @c cui.customize |