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