summaryrefslogtreecommitdiffstats
path: root/fpicker
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2012-01-16 23:15:55 +0100
committerMichael Stahl <mstahl@redhat.com>2012-01-17 23:27:44 +0100
commit2a566b17752869a2760f85bed5bf4f59ab0b8211 (patch)
tree2b19ae74e01785b084275952327bf721ac468899 /fpicker
parentReplaced SAL_INFO with SAL_WARN were applicable. (diff)
downloadcore-2a566b17752869a2760f85bed5bf4f59ab0b8211.tar.gz
core-2a566b17752869a2760f85bed5bf4f59ab0b8211.zip
Replaced SAL_INFO with SAL_WARN were applicable.
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/OfficeControlAccess.cxx8
-rw-r--r--fpicker/source/office/OfficeFilePicker.cxx2
-rw-r--r--fpicker/source/office/iodlg.cxx4
3 files changed, 7 insertions, 7 deletions
diff --git a/fpicker/source/office/OfficeControlAccess.cxx b/fpicker/source/office/OfficeControlAccess.cxx
index 45a3e33f2a22..21bcf83daa0c 100644
--- a/fpicker/source/office/OfficeControlAccess.cxx
+++ b/fpicker/source/office/OfficeControlAccess.cxx
@@ -386,7 +386,7 @@ namespace svt
break;
case LISTBOX_FILTER:
- SAL_INFO( "fpicker", "Use the XFilterManager to access the filter listbox" );
+ SAL_WARN( "fpicker.office", "Use the XFilterManager to access the filter listbox" );
break;
case LISTBOX_VERSION:
@@ -445,7 +445,7 @@ namespace svt
}
else
{
- SAL_INFO( "fpicker", "Use the XFilterManager to access the filter listbox" );
+ SAL_WARN( "fpicker.office", "Use the XFilterManager to access the filter listbox" );
}
break;
@@ -464,7 +464,7 @@ namespace svt
nPropertyId = PROPERTY_FLAG_LISTITEMS;
break;
default:
- SAL_INFO( "fpicker", "OControlAccess::GetValue: invalid control action for the listbox!" );
+ SAL_WARN( "fpicker.office", "OControlAccess::GetValue: invalid control action for the listbox!" );
break;
}
break;
@@ -546,7 +546,7 @@ namespace svt
break;
default:
- SAL_INFO( "fpicker", "Wrong ControlAction for implDoListboxAction()" );
+ SAL_WARN( "fpicker.office", "Wrong ControlAction for implDoListboxAction()" );
}
}
diff --git a/fpicker/source/office/OfficeFilePicker.cxx b/fpicker/source/office/OfficeFilePicker.cxx
index f789f4b569b7..e7d1add71c84 100644
--- a/fpicker/source/office/OfficeFilePicker.cxx
+++ b/fpicker/source/office/OfficeFilePicker.cxx
@@ -349,7 +349,7 @@ void SvtFilePicker::notify( sal_Int16 _nEventId, sal_Int16 _nControlId )
m_xListener->dialogSizeChanged();
break;
default:
- SAL_INFO( "fpicker", "SvtFilePicker::notify(): Unknown event id!" );
+ SAL_WARN( "fpicker.office", "SvtFilePicker::notify(): Unknown event id!" );
break;
}
}
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 0ab97df93d7b..fd02d6b9ffe9 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -2005,7 +2005,7 @@ void SvtFileDialog::EnableControl( Control* _pControl, sal_Bool _bEnable )
{
if ( !_pControl )
{
- SAL_INFO( "fpicker", "SvtFileDialog::EnableControl: invalid control!" );
+ SAL_WARN( "fpicker.office", "SvtFileDialog::EnableControl: invalid control!" );
return;
}
@@ -2871,7 +2871,7 @@ Control* SvtFileDialog::getControl( sal_Int16 _nControlId, sal_Bool _bLabelContr
break;
default:
- SAL_INFO( "fpicker", "SvtFileDialog::getControl: invalid id!" );
+ SAL_WARN( "fpicker.office", "SvtFileDialog::getControl: invalid id!" );
}
return pReturn;
}