diff options
author | Radu Ioan <ioan.radu.g@gmail.com> | 2013-05-27 00:22:20 +0300 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-05-31 18:08:02 +0000 |
commit | 660b67a413fed152bc273bdc534e53b01b1e9d77 (patch) | |
tree | 1bdaad775c26d63325d32c8529d303cf0261b587 /include/sal | |
parent | 2c7b6aa7a3127370afa41c1e83b2c198da504055 (diff) |
fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
- replaced RTL_CONTEXT_ with SAL_INFO
- replace OSL_* with SAL_*
Change-Id: Id4e90b83a7275bfd30914f7514a609cebbfbf4ac
Reviewed-on: https://gerrit.libreoffice.org/4044
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'include/sal')
-rw-r--r-- | include/sal/log-areas.dox | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox index 26d257ba6f75..9d1b13901f79 100644 --- a/include/sal/log-areas.dox +++ b/include/sal/log-areas.dox @@ -80,8 +80,11 @@ certain functionality. @section desktop @li @c desktop +@li @c desktop.app @li @c desktop.deployment @li @c desktop.migration +@li @c desktop.offacc +@li @c desktop.splash @section Draw @@ -103,6 +106,8 @@ certain functionality. @section embeddedobj @li @c embeddedobj - embedded objects +@li @c embeddedobj.common +@li @c embeddedobj.general @li @c embeddedobj.ole - OLE embedded objects @section extensions @@ -114,6 +119,7 @@ certain functionality. @section Filter +@li @c filter.config @li @c filter.ms - escher import/export @li @c filter.xslt - xslt import/export @li @c oox.xmlstream - XmlStream class |