Kaydet (Commit) 291614e3 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

fix log area as per sal/inc/sal/log-areas.dox

üst 9ea7b205
...@@ -155,7 +155,7 @@ namespace ...@@ -155,7 +155,7 @@ namespace
catch (Exception & e) catch (Exception & e)
{ {
SAL_INFO( SAL_INFO(
"sfx2.bibliography", "sfx2.appl",
"trying to install LibreOffice Base, caught " << e.Message); "trying to install LibreOffice Base, caught " << e.Message);
} }
} }
...@@ -172,7 +172,7 @@ namespace ...@@ -172,7 +172,7 @@ namespace
catch (Exception & e) catch (Exception & e)
{ {
SAL_INFO( SAL_INFO(
"sfx2.bibliography", "sfx2.appl",
"assuming Base to be missing; caught " << e.Message); "assuming Base to be missing; caught " << e.Message);
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment