diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2013-05-02 02:05:46 +1000 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-02 06:55:31 +0000 |
commit | af41ad9b9473b782b50828b7e77ff23f30007c60 (patch) | |
tree | 9a02de8aff370300d0968a99050a7462b17d2b08 /include | |
parent | bdf1731fbb526adc276286c8eede5ec3ed4662bd (diff) |
Convert from EMFP_DEBUG to SAL_INFO
* Change to SAL_INFO instead of EMFP_DEBUG in implrenderer.cxx
* Add new log area cppcanvas.emf
* Update comment in log.hxx to reference the new location of log-areas.dox
Change-Id: I5d710725339f58a111a2f3494c3a72f685624322
Reviewed-on: https://gerrit.libreoffice.org/3726
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'include')
-rw-r--r-- | include/sal/log-areas.dox | 1 | ||||
-rw-r--r-- | include/sal/log.hxx | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox index 44549e790078..5f9039d556f5 100644 --- a/include/sal/log-areas.dox +++ b/include/sal/log-areas.dox @@ -330,6 +330,7 @@ certain functionality. @li @c comphelper @li @c configmgr @li @c cppcanvas +@li @c cppcanvas.emf @li @c cppuhelper @li @c cppu @li @c forms diff --git a/include/sal/log.hxx b/include/sal/log.hxx index 6eae1b59d43c..80721d0a0aaa 100644 --- a/include/sal/log.hxx +++ b/include/sal/log.hxx @@ -203,7 +203,7 @@ inline char const * unwrapStream(SAL_UNUSED_PARAMETER StreamIgnore const &) { @endverbatim For a list of areas used see @ref sal_log_areas "SAL debug areas". Whenever - you use a new log area, add it to the file sal/inc/sal/log-areas.dox . + you use a new log area, add it to the file include/sal/log-areas.dox . Whether these macros generate any log output is controlled in a two-stage process. |