diff options
author | Radu Ioan <ioan.radu.g@gmail.com> | 2013-06-29 17:38:04 +0300 |
---|---|---|
committer | Bosdonnat Cedric <cedric.bosdonnat@free.fr> | 2013-07-03 07:59:33 +0000 |
commit | 61db96daa87754af24355d7ac94ee0305f22ff87 (patch) | |
tree | 6c15e7b896c62f42a1dfb02695418f9770fc3b46 /desktop | |
parent | 54aac00e51652deec3d71524eec97f171c5cd40e (diff) |
fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
- replaced RTL_CONTEXT_ with SAL_INFO
- replace OSL_* with SAL_*
Change-Id: I26761cf1d4c1cfe21dec7d8ede6df6f177bf2c3e
Reviewed-on: https://gerrit.libreoffice.org/4620
Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/sofficemain.cxx | 3 | ||||
-rw-r--r-- | desktop/unx/splash/unxsplash.cxx | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx index 44de16e3816e..03d2eab718af 100644 --- a/desktop/source/app/sofficemain.cxx +++ b/desktop/source/app/sofficemain.cxx @@ -26,7 +26,6 @@ #include "cmdlineargs.hxx" #include "cmdlinehelp.hxx" -#include <rtl/logfile.hxx> #include <rtl/bootstrap.hxx> #include <tools/extendapplicationenvironment.hxx> @@ -50,7 +49,7 @@ extern "C" int DESKTOP_DLLPUBLIC soffice_main() #endif tools::extendApplicationEnvironment(); - RTL_LOGFILE_PRODUCT_TRACE( "PERFORMANCE - enter Main()" ); + SAL_INFO("desktop.app", "PERFORMANCE - enter Main()" ); desktop::Desktop aDesktop; // This string is used during initialization of the Gtk+ VCL module diff --git a/desktop/unx/splash/unxsplash.cxx b/desktop/unx/splash/unxsplash.cxx index 35c20b1a8c55..6e9dd6b5afa2 100644 --- a/desktop/unx/splash/unxsplash.cxx +++ b/desktop/unx/splash/unxsplash.cxx @@ -22,7 +22,6 @@ #include <osl/process.h> #include <com/sun/star/registry/XRegistryKey.hpp> #include <cppuhelper/implementationentry.hxx> -#include <rtl/logfile.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/math.hxx> |