summaryrefslogtreecommitdiffstats
path: root/sfx2
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-12-03 14:40:24 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-12-03 14:54:04 +0100
commit291614e3f7f510c5c21903f3e5c56b71a648f60a (patch)
tree45a91f0ec9242654fdfa8ab98f696b7cec986eec /sfx2
parentfdo#45651: fix drop down listbox text color with dark gtk theme (diff)
downloadcore-291614e3f7f510c5c21903f3e5c56b71a648f60a.tar.gz
core-291614e3f7f510c5c21903f3e5c56b71a648f60a.zip
fix log area as per sal/inc/sal/log-areas.dox
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/appserv.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 57029cf49164..130c86f5ac1f 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -155,7 +155,7 @@ namespace
catch (Exception & e)
{
SAL_INFO(
- "sfx2.bibliography",
+ "sfx2.appl",
"trying to install LibreOffice Base, caught " << e.Message);
}
}
@@ -172,7 +172,7 @@ namespace
catch (Exception & e)
{
SAL_INFO(
- "sfx2.bibliography",
+ "sfx2.appl",
"assuming Base to be missing; caught " << e.Message);
return false;
}