summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-02-23 13:31:09 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-02-23 13:31:09 +0100
commitc4cc63badc506a00ee92e588d47e4f93e22fe1b5 (patch)
treed7724adae12d18cda3417629f6ee943e9d3b3b47 /tools/source
parent4b712afcabec26e3165d3c7022c8696f28f5bf58 (diff)
sal: update log areas
Change-Id: Id7b2c7e871abf19b70f427095371c6a6c0208607
Diffstat (limited to 'tools/source')
-rw-r--r--tools/source/datetime/tdate.cxx2
-rw-r--r--tools/source/rc/resmgr.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/source/datetime/tdate.cxx b/tools/source/datetime/tdate.cxx
index f85e751f1fb8..038a702da753 100644
--- a/tools/source/datetime/tdate.cxx
+++ b/tools/source/datetime/tdate.cxx
@@ -197,7 +197,7 @@ sal_uInt16 Date::GetWeekOfYear( DayOfWeek eStartDay,
if (nMinimumNumberOfDaysInWeek < 1 || 7 < nMinimumNumberOfDaysInWeek)
{
- SAL_WARN( "tools", "Date::GetWeekOfYear: invalid nMinimumNumberOfDaysInWeek" );
+ SAL_WARN( "tools.datetime", "Date::GetWeekOfYear: invalid nMinimumNumberOfDaysInWeek" );
nMinimumNumberOfDaysInWeek = 4;
}
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index d161c6517f14..b962bab0ca01 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -861,7 +861,7 @@ void ResMgr::Init( const OUString& rFileName )
InternalResMgr::FreeGlobalRes( aResHandle, pVoid );
else
{
- SAL_WARN("tools", "Wrong version: " << pImpRes->aFileName);
+ SAL_WARN("tools.rc", "Wrong version: " << pImpRes->aFileName);
}
}
#endif