summaryrefslogtreecommitdiff
path: root/svtools/source/contnr
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-14 09:49:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-15 06:45:14 +0000
commitd15b4e204598fc7e4c1682c4f10228e217575937 (patch)
tree1173b2725abac5f06bfd2e28965a95256283e6a4 /svtools/source/contnr
parent14a0d26d6ae0ee59a685c254ec235fea81636475 (diff)
teach sallogareas plugin to catch inconsistencies
Change-Id: I8bcea5ffc74d48148bea78da8c17744e288c069a Reviewed-on: https://gerrit.libreoffice.org/32004 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/contnr')
-rw-r--r--svtools/source/contnr/fileview.cxx6
-rw-r--r--svtools/source/contnr/treelistbox.cxx2
2 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx
index 218d0b53b8a3..9c1e990b1f0c 100644
--- a/svtools/source/contnr/fileview.cxx
+++ b/svtools/source/contnr/fileview.cxx
@@ -942,12 +942,12 @@ bool ViewTabListBox_Impl::Kill( const OUString& rContent )
}
catch( css::ucb::CommandAbortedException const & )
{
- SAL_INFO( "svtools", "CommandAbortedException" );
+ SAL_INFO( "svtools.contnr", "CommandAbortedException" );
bRet = false;
}
catch( Exception const & )
{
- SAL_INFO( "svtools", "Any other exception" );
+ SAL_INFO( "svtools.contnr", "Any other exception" );
bRet = false;
}
@@ -2038,7 +2038,7 @@ bool CompareSortingData_Impl( SortingData_Impl* const aOne, SortingData_Impl* co
bEqual = true;
break;
default:
- SAL_INFO( "svtools", "CompareSortingData_Impl: Compare unknown type!" );
+ SAL_INFO( "svtools.contnr", "CompareSortingData_Impl: Compare unknown type!" );
bRet = false;
}
}
diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx
index 67d8e95ea21a..215661b71c50 100644
--- a/svtools/source/contnr/treelistbox.cxx
+++ b/svtools/source/contnr/treelistbox.cxx
@@ -3656,7 +3656,7 @@ VclPtr<PopupMenu> SvTreeListBox::CreateContextMenu()
void SvTreeListBox::ExecuteContextMenuAction( sal_uInt16 )
{
- SAL_INFO( "svtools", "SvTreeListBox::ExecuteContextMenuAction(): now there's happening nothing!" );
+ SAL_INFO( "svtools.contnr", "SvTreeListBox::ExecuteContextMenuAction(): now there's happening nothing!" );
}
void SvTreeListBox::EnableContextMenuHandling()