summaryrefslogtreecommitdiff
path: root/sfx2/source/appl
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-07-23 21:46:39 +0200
committerFridrich Strba <fridrich@documentfoundation.org>2013-07-24 20:21:38 +0000
commitf85fc1cdda3e84b05cefa1d6ca4e666bb76500cc (patch)
tree567dffea25021288e9a7b87cd23eefc7781abb03 /sfx2/source/appl
parent20430c74f391ceffd8a063c0b6b8a8fd615abac0 (diff)
fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
Change-Id: I41efcb94121a005d9f44cc17e8ecb5598e8ffba8 Reviewed-on: https://gerrit.libreoffice.org/5057 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r--sfx2/source/appl/appopen.cxx3
-rw-r--r--sfx2/source/appl/imagemgr.cxx1
2 files changed, 1 insertions, 3 deletions
diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx
index 3c128351423c..b05b71469eda 100644
--- a/sfx2/source/appl/appopen.cxx
+++ b/sfx2/source/appl/appopen.cxx
@@ -75,7 +75,6 @@
#include <osl/mutex.hxx>
-#include <rtl/logfile.hxx>
#include <sfx2/app.hxx>
#include <sfx2/bindings.hxx>
@@ -1127,7 +1126,7 @@ void SfxApplication::OpenDocExec_Impl( SfxRequest& rReq )
Reference < XDispatchProvider > xProv( xTargetFrame, UNO_QUERY );
Reference < XDispatch > xDisp = xProv.is() ? xProv->queryDispatch( aURL, aTarget, FrameSearchFlag::ALL ) : Reference < XDispatch >();;
- RTL_LOGFILE_PRODUCT_CONTEXT( aLog2, "PERFORMANCE - SfxApplication::OpenDocExec_Impl" );
+ SAL_INFO( "sfx2.appl", "PERFORMANCE - SfxApplication::OpenDocExec_Impl" );
if ( xDisp.is() )
xDisp->dispatch( aURL, aArgs );
}
diff --git a/sfx2/source/appl/imagemgr.cxx b/sfx2/source/appl/imagemgr.cxx
index 67e440650f31..a19e7bc34828 100644
--- a/sfx2/source/appl/imagemgr.cxx
+++ b/sfx2/source/appl/imagemgr.cxx
@@ -29,7 +29,6 @@
#include <svtools/imagemgr.hxx>
#include <comphelper/processfactory.hxx>
#include <rtl/ustring.hxx>
-#include <rtl/logfile.hxx>
#include "sfx2/imgmgr.hxx"
#include <sfx2/app.hxx>