summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/tabdlg.cxx
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2012-01-11 10:12:28 +0100
committerDavid Tardon <dtardon@redhat.com>2012-01-16 12:51:31 +0100
commit268050960a16af2b404ef3ba42b6185047027e2d (patch)
tree478b6373f9af593fc3e023ae0d8bd009cbae906c /sfx2/source/dialog/tabdlg.cxx
parentae71f5b4115367b4cc649f3025c43eb733190732 (diff)
Replaced DBG_ERRORFILE with SAL_INFO.
Diffstat (limited to 'sfx2/source/dialog/tabdlg.cxx')
-rw-r--r--sfx2/source/dialog/tabdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index cb12153f9c2b..decc6372f56c 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -989,7 +989,7 @@ const SfxItemSet* SfxTabDialog::GetRefreshedSet()
*/
{
- DBG_ERRORFILE( "GetRefreshedSet not implemented" );
+ SAL_INFO ( "sfx2", "GetRefreshedSet not implemented" );
return 0;
}
@@ -1395,7 +1395,7 @@ const sal_uInt16* SfxTabDialog::GetInputRanges( const SfxItemPool& rPool )
{
if ( pSet )
{
- DBG_ERRORFILE( "Set already exists!" );
+ SAL_INFO( "sfx2", "Set already exists!" );
return pSet->GetRanges();
}