summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-07-24 22:26:27 +0200
committerFridrich Strba <fridrich@documentfoundation.org>2013-07-25 07:15:52 +0000
commitc0cffa68488afd07fa99f74631ae121aa87a7d32 (patch)
treeae0ae69148121d58cf3afeeb37f77ccb05389300
parent4ff2e6e74d635b5411bc14ab27784457e47d9c06 (diff)
fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
Change-Id: I74d3db1c53609c6079c63e3f04531a87da1dda9d Reviewed-on: https://gerrit.libreoffice.org/5084 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
-rw-r--r--svl/source/numbers/zforlist.cxx7
-rw-r--r--svtools/inc/pch/precompiled_svt.hxx1
-rw-r--r--svtools/source/config/apearcfg.cxx3
-rw-r--r--svtools/source/config/fontsubstconfig.cxx3
-rw-r--r--svtools/source/config/helpopt.cxx2
-rw-r--r--svtools/source/config/menuoptions.cxx2
-rw-r--r--svtools/source/config/miscopt.cxx2
-rw-r--r--svtools/source/config/slidesorterbaropt.cxx2
-rw-r--r--svtools/source/config/toolpanelopt.cxx2
-rw-r--r--svtools/source/misc/embedhlp.cxx6
-rw-r--r--svtools/source/misc/imagemgr.cxx5
-rw-r--r--svtools/source/uno/popupmenucontrollerbase.cxx1
12 files changed, 3 insertions, 33 deletions
diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx
index 00a9a35be182..0442261e35fb 100644
--- a/svl/source/numbers/zforlist.cxx
+++ b/svl/source/numbers/zforlist.cxx
@@ -40,7 +40,6 @@
#include <unotools/syslocaleoptions.hxx>
#include <unotools/digitgroupingiterator.hxx>
-#include <rtl/logfile.hxx>
#include <rtl/instance.hxx>
#include <rtl/strbuf.hxx>
@@ -220,8 +219,6 @@ SvNumberFormatter::~SvNumberFormatter()
void SvNumberFormatter::ImpConstruct( LanguageType eLang )
{
- RTL_LOGFILE_CONTEXT_AUTHOR( aTimeLog, "svl", "er93726", "SvNumberFormatter::ImpConstruct" );
-
if ( eLang == LANGUAGE_DONTKNOW )
{
eLang = UNKNOWN_SUBSTITUTE;
@@ -3673,8 +3670,6 @@ void SvNumberFormatter::ImpInitCurrencyTable()
}
bInitializing = true;
- RTL_LOGFILE_CONTEXT_AUTHOR( aTimeLog, "svl", "er93726", "SvNumberFormatter::ImpInitCurrencyTable" );
-
LanguageType eSysLang = SvtSysLocale().GetLanguageTag().getLanguageType();
LocaleDataWrapper* pLocaleData = new LocaleDataWrapper(
::comphelper::getProcessComponentContext(),
@@ -3696,7 +3691,7 @@ void SvNumberFormatter::ImpInitCurrencyTable()
::com::sun::star::uno::Sequence< ::com::sun::star::lang::Locale > xLoc =
LocaleDataWrapper::getInstalledLocaleNames();
sal_Int32 nLocaleCount = xLoc.getLength();
- RTL_LOGFILE_CONTEXT_TRACE1( aTimeLog, "number of locales: %ld", nLocaleCount );
+ SAL_INFO( "svl.numbers", "number of locales: \"" << nLocaleCount << "\"" );
Locale const * const pLocales = xLoc.getConstArray();
NfCurrencyTable &rCurrencyTable = theCurrencyTable::get();
NfCurrencyTable &rLegacyOnlyCurrencyTable = theLegacyOnlyCurrencyTable::get();
diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx
index e6b7d3902794..e8df2b1f87d1 100644
--- a/svtools/inc/pch/precompiled_svt.hxx
+++ b/svtools/inc/pch/precompiled_svt.hxx
@@ -318,7 +318,6 @@
#include <rtl/bootstrap.hxx>
#include <rtl/crc.h>
#include <rtl/instance.hxx>
-#include <rtl/logfile.hxx>
#include <rtl/math.hxx>
#include <rtl/ref.hxx>
#include <rtl/strbuf.hxx>
diff --git a/svtools/source/config/apearcfg.cxx b/svtools/source/config/apearcfg.cxx
index fe09f970dc7c..b24c20085124 100644
--- a/svtools/source/config/apearcfg.cxx
+++ b/svtools/source/config/apearcfg.cxx
@@ -24,7 +24,6 @@
#include "tools/debug.hxx"
#include "vcl/settings.hxx"
#include "vcl/svapp.hxx"
-#include <rtl/logfile.hxx>
#include <sal/macros.h>
#define DEFAULT_DRAGMODE 2
@@ -53,8 +52,6 @@ SvtTabAppearanceCfg::SvtTabAppearanceCfg()
,bFontAntialiasing ( sal_True )
#endif
{
- RTL_LOGFILE_CONTEXT(aLog, "svtools SvtTabAppearanceCfg::SvtTabAppearanceCfg()");
-
const Sequence<OUString>& rNames = GetPropertyNames();
Sequence<Any> aValues = GetProperties(rNames);
const Any* pValues = aValues.getConstArray();
diff --git a/svtools/source/config/fontsubstconfig.cxx b/svtools/source/config/fontsubstconfig.cxx
index b3ccb4fb725f..eb189e46fe01 100644
--- a/svtools/source/config/fontsubstconfig.cxx
+++ b/svtools/source/config/fontsubstconfig.cxx
@@ -23,7 +23,6 @@
#include <com/sun/star/uno/Sequence.hxx>
#include <tools/debug.hxx>
#include <vcl/outdev.hxx>
-#include <rtl/logfile.hxx>
#include <boost/ptr_container/ptr_vector.hpp>
@@ -53,8 +52,6 @@ SvtFontSubstConfig::SvtFontSubstConfig() :
bIsEnabled(sal_False),
pImpl(new SvtFontSubstConfig_Impl)
{
- RTL_LOGFILE_CONTEXT(aLog, "svtools SvtFontSubstConfig::SvtFontSubstConfig()");
-
Sequence<OUString> aNames(1);
aNames.getArray()[0] = cReplacement;
Sequence<Any> aValues = GetProperties(aNames);
diff --git a/svtools/source/config/helpopt.cxx b/svtools/source/config/helpopt.cxx
index a51ed04b7d15..aa1a87402e55 100644
--- a/svtools/source/config/helpopt.cxx
+++ b/svtools/source/config/helpopt.cxx
@@ -28,7 +28,6 @@
#include <osl/mutex.hxx>
#include <comphelper/stl_types.hxx>
-#include <rtl/logfile.hxx>
#include "itemholder2.hxx"
using namespace utl;
@@ -264,7 +263,6 @@ SvtHelpOptions::SvtHelpOptions()
++nRefCount;
if ( !pOptions )
{
- RTL_LOGFILE_CONTEXT(aLog, "svtools ( ??? ) ::SvtHelpOptions_Impl::ctor()");
pOptions = new SvtHelpOptions_Impl;
svtools::ItemHolder2::holdConfigItem(E_HELPOPTIONS);
diff --git a/svtools/source/config/menuoptions.cxx b/svtools/source/config/menuoptions.cxx
index b5cba7fa9eda..1a320b18e4ab 100644
--- a/svtools/source/config/menuoptions.cxx
+++ b/svtools/source/config/menuoptions.cxx
@@ -26,7 +26,6 @@
#include <com/sun/star/uno/Sequence.hxx>
#include <vcl/svapp.hxx>
-#include <rtl/logfile.hxx>
#include "itemholder2.hxx"
#include <list>
@@ -441,7 +440,6 @@ SvtMenuOptions::SvtMenuOptions()
// ... and initialize our data container only if it not already!
if( m_pDataContainer == NULL )
{
- RTL_LOGFILE_CONTEXT(aLog, "svtools ( ??? ) ::SvtMenuOptions_Impl::ctor()");
m_pDataContainer = new SvtMenuOptions_Impl();
svtools::ItemHolder2::holdConfigItem(E_MENUOPTIONS);
diff --git a/svtools/source/config/miscopt.cxx b/svtools/source/config/miscopt.cxx
index 4ac2f9f14ff9..fc5aac873a2e 100644
--- a/svtools/source/config/miscopt.cxx
+++ b/svtools/source/config/miscopt.cxx
@@ -25,7 +25,6 @@
#include <com/sun/star/uno/Sequence.hxx>
#include <tools/link.hxx>
-#include <rtl/logfile.hxx>
#include <rtl/instance.hxx>
#include "itemholder2.hxx"
@@ -748,7 +747,6 @@ SvtMiscOptions::SvtMiscOptions()
// ... and initialize our data container only if it not already exist!
if( m_pDataContainer == NULL )
{
- RTL_LOGFILE_CONTEXT(aLog, "svtools ( ??? ) ::SvtMiscOptions_Impl::ctor()");
m_pDataContainer = new SvtMiscOptions_Impl;
svtools::ItemHolder2::holdConfigItem(E_MISCOPTIONS);
}
diff --git a/svtools/source/config/slidesorterbaropt.cxx b/svtools/source/config/slidesorterbaropt.cxx
index cf0208ea0ac7..9ef89c8191ed 100644
--- a/svtools/source/config/slidesorterbaropt.cxx
+++ b/svtools/source/config/slidesorterbaropt.cxx
@@ -24,7 +24,6 @@
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Sequence.hxx>
-#include <rtl/logfile.hxx>
#include <rtl/instance.hxx>
using namespace ::utl;
@@ -334,7 +333,6 @@ SvtSlideSorterBarOptions::SvtSlideSorterBarOptions()
// ... and initialize our data container only if it not already exist!
if( m_pDataContainer == NULL )
{
- RTL_LOGFILE_CONTEXT(aLog, "svtools ( ??? ) ::SvtSlideSorterBarOptions_Impl::ctor()");
m_pDataContainer = new SvtSlideSorterBarOptions_Impl;
}
}
diff --git a/svtools/source/config/toolpanelopt.cxx b/svtools/source/config/toolpanelopt.cxx
index 2e62765b49d1..7c527356d5b8 100644
--- a/svtools/source/config/toolpanelopt.cxx
+++ b/svtools/source/config/toolpanelopt.cxx
@@ -25,7 +25,6 @@
#include <com/sun/star/uno/Sequence.hxx>
#include <tools/link.hxx>
-#include <rtl/logfile.hxx>
#include <rtl/instance.hxx>
#include "itemholder2.hxx"
@@ -318,7 +317,6 @@ SvtToolPanelOptions::SvtToolPanelOptions()
// ... and initialize our data container only if it not already exist!
if( m_pDataContainer == NULL )
{
- RTL_LOGFILE_CONTEXT(aLog, "svtools ( ??? ) ::SvtToolPanelOptions_Impl::ctor()");
m_pDataContainer = new SvtToolPanelOptions_Impl;
}
}
diff --git a/svtools/source/misc/embedhlp.cxx b/svtools/source/misc/embedhlp.cxx
index 6a88fa1a7240..651a27e8c352 100644
--- a/svtools/source/misc/embedhlp.cxx
+++ b/svtools/source/misc/embedhlp.cxx
@@ -43,7 +43,6 @@
#include <com/sun/star/chart2/XDefaultSizeTransmitter.hpp>
#include <cppuhelper/implbase4.hxx>
#include "vcl/svapp.hxx"
-#include <rtl/logfile.hxx>
#include <osl/mutex.hxx>
using namespace com::sun::star;
@@ -566,12 +565,11 @@ void EmbeddedObjectRef::SetGraphic( const Graphic& rGraphic, const OUString& rMe
SvStream* EmbeddedObjectRef::GetGraphicStream( bool bUpdate ) const
{
- RTL_LOGFILE_CONTEXT( aLog, "svtools (mv76033) svt::EmbeddedObjectRef::GetGraphicStream" );
DBG_ASSERT( bUpdate || mpImpl->pContainer, "Can't retrieve current graphic!" );
uno::Reference < io::XInputStream > xStream;
if ( mpImpl->pContainer && !bUpdate )
{
- RTL_LOGFILE_CONTEXT_TRACE( aLog, "getting stream from container" );
+ SAL_INFO( "svtools.misc", "getting stream from container" );
// try to get graphic stream from container storage
xStream = mpImpl->pContainer->GetGraphicStream(mpImpl->mxObj, &mpImpl->aMediaType);
if ( xStream.is() )
@@ -602,7 +600,7 @@ SvStream* EmbeddedObjectRef::GetGraphicStream( bool bUpdate ) const
if ( !xStream.is() )
{
- RTL_LOGFILE_CONTEXT_TRACE( aLog, "getting stream from object" );
+ SAL_INFO( "svtools.misc", "getting stream from object" );
// update wanted or no stream in container storage available
xStream = GetGraphicReplacementStream(mpImpl->nViewAspect, mpImpl->mxObj, &mpImpl->aMediaType);
diff --git a/svtools/source/misc/imagemgr.cxx b/svtools/source/misc/imagemgr.cxx
index 286fd7a427e0..6a828f4125f7 100644
--- a/svtools/source/misc/imagemgr.cxx
+++ b/svtools/source/misc/imagemgr.cxx
@@ -34,7 +34,6 @@
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#include <ucbhelper/content.hxx>
#include <tools/rcid.h>
-#include <rtl/logfile.hxx>
#include <unotools/configmgr.hxx>
#include <svtools/svtools.hrc>
#include <svtools/imagemgr.hrc>
@@ -357,8 +356,6 @@ static sal_uInt16 GetFolderImageId_Impl( const String& rURL )
static sal_uInt16 GetImageId_Impl( const INetURLObject& rObject, sal_Bool bDetectFolder )
{
- RTL_LOGFILE_CONTEXT_AUTHOR( aTimeLog, "svtools", "hb93813", "SvFileInformationManager::GetImageId_Impl()" );
-
String aExt, sURL = rObject.GetMainURL( INetURLObject::NO_DECODE );
sal_uInt16 nImage = IMG_FILE;
@@ -527,8 +524,6 @@ static Image GetImageFromList_Impl( sal_uInt16 nImageId, sal_Bool bBig )
String SvFileInformationManager::GetDescription_Impl( const INetURLObject& rObject, sal_Bool bDetectFolder )
{
- RTL_LOGFILE_CONTEXT_AUTHOR( aTimeLog, "svtools", "hb93813", "SvFileInformationManager::GetDescription_Impl()" );
-
OUString sExtension(rObject.getExtension());
String sDescription, sURL( rObject.GetMainURL( INetURLObject::NO_DECODE ) );
sal_uInt16 nResId = 0;
diff --git a/svtools/source/uno/popupmenucontrollerbase.cxx b/svtools/source/uno/popupmenucontrollerbase.cxx
index a29dd2e201fa..952b304d79d8 100644
--- a/svtools/source/uno/popupmenucontrollerbase.cxx
+++ b/svtools/source/uno/popupmenucontrollerbase.cxx
@@ -29,7 +29,6 @@
#include <vcl/menu.hxx>
#include <vcl/svapp.hxx>
#include <rtl/ustrbuf.hxx>
-#include <rtl/logfile.hxx>
#include <osl/mutex.hxx>
#include <comphelper/processfactory.hxx>