summaryrefslogtreecommitdiff
path: root/svtools/source/config/toolpanelopt.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/toolpanelopt.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/toolpanelopt.cxx')
-rw-r--r--svtools/source/config/toolpanelopt.cxx2
1 files changed, 0 insertions, 2 deletions
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;
}
}