summaryrefslogtreecommitdiff
path: root/svl/source/config/misccfg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/config/misccfg.cxx')
-rw-r--r--svl/source/config/misccfg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/config/misccfg.cxx b/svl/source/config/misccfg.cxx
index fd531b16a4f5..b7a9f230c849 100644
--- a/svl/source/config/misccfg.cxx
+++ b/svl/source/config/misccfg.cxx
@@ -32,7 +32,7 @@
#include "precompiled_svl.hxx"
#include "misccfg.hxx"
-#include <svtools/zforlist.hxx>
+#include <svl/zforlist.hxx>
#include <tools/debug.hxx>
#include <rtl/logfile.hxx>
@@ -57,7 +57,7 @@ SfxMiscCfg::SfxMiscCfg() :
bNotFound (FALSE),
nYear2000( SvNumberFormatter::GetYear2000Default() )
{
- RTL_LOGFILE_CONTEXT(aLog, "svtools SfxMiscCfg::SfxMiscCfg()");
+ RTL_LOGFILE_CONTEXT(aLog, "svl SfxMiscCfg::SfxMiscCfg()");
Load();
}