summaryrefslogtreecommitdiff
path: root/unotools/source/config/useroptions.cxx
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 /unotools/source/config/useroptions.cxx
parent4b712afcabec26e3165d3c7022c8696f28f5bf58 (diff)
sal: update log areas
Change-Id: Id7b2c7e871abf19b70f427095371c6a6c0208607
Diffstat (limited to 'unotools/source/config/useroptions.cxx')
-rw-r--r--unotools/source/config/useroptions.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/config/useroptions.cxx b/unotools/source/config/useroptions.cxx
index 5da601831adb..fac2eca11fb5 100644
--- a/unotools/source/config/useroptions.cxx
+++ b/unotools/source/config/useroptions.cxx
@@ -164,7 +164,7 @@ SvtUserOptions::Impl::Impl() :
catch (uno::Exception const& ex)
{
m_xCfg.clear();
- SAL_WARN("unotools", "Caught unexpected: " << ex.Message);
+ SAL_WARN("unotools.config", "Caught unexpected: " << ex.Message);
}
}
@@ -182,7 +182,7 @@ OUString SvtUserOptions::Impl::GetToken (sal_uInt16 nToken) const
}
catch (uno::Exception const& ex)
{
- SAL_WARN("unotools", "Caught unexpected: " << ex.Message);
+ SAL_WARN("unotools.config", "Caught unexpected: " << ex.Message);
}
}
else
@@ -204,7 +204,7 @@ void SvtUserOptions::Impl::SetToken (sal_uInt16 nToken, OUString const& sToken)
}
catch (uno::Exception const& ex)
{
- SAL_WARN("unotools", "Caught unexpected: " << ex.Message);
+ SAL_WARN("unotools.config", "Caught unexpected: " << ex.Message);
}
}
else