diff options
author | Rohan Kumar <rohankanojia420@gmail.com> | 2016-03-07 19:57:40 +0530 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-03-08 13:29:14 +0000 |
commit | 26b69a9d0f6ae454ccd57019a68ef96be2568ba5 (patch) | |
tree | cd4a11004a8dd5012d564af28a876b3aff280043 /include/sal | |
parent | 856cf7115d7b52f38371047b4a1aeae747a5d9bc (diff) |
tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionals
I removed the fprintf statements and replaced them with
SAL_WARN statements.
Change-Id: Id75e310e3a95b249fdf92a4dd5a9bcf1b7fb9be6
Reviewed-on: https://gerrit.libreoffice.org/22984
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'include/sal')
-rw-r--r-- | include/sal/log-areas.dox | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox index d2de637136b5..33878892abb5 100644 --- a/include/sal/log-areas.dox +++ b/include/sal/log-areas.dox @@ -386,6 +386,10 @@ certain functionality. @li @c unotools.misc @li @c unotools.ucbhelper +@section unodevtools + +@li @c unodevtools + @section URE @li @c rtl.string - ::rtl::OString, ::rtl::OUString, and related functionality |