summaryrefslogtreecommitdiff
path: root/svtools/source/contnr
diff options
context:
space:
mode:
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()