summaryrefslogtreecommitdiff
path: root/svtools/source/config/fontsubstconfig.cxx
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 /svtools/source/config/fontsubstconfig.cxx
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>
Diffstat (limited to 'svtools/source/config/fontsubstconfig.cxx')
-rw-r--r--svtools/source/config/fontsubstconfig.cxx3
1 files changed, 0 insertions, 3 deletions
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);