summaryrefslogtreecommitdiff
path: root/cui/source/options/cfgchart.cxx
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2012-01-16 22:16:03 +0100
committerMichael Stahl <mstahl@redhat.com>2012-01-17 23:27:43 +0100
commit64fb265325287ed91ba92c2d15d7b51d3f6f69c6 (patch)
tree371634a550ae9ea05d1382fc78162c6e7103fc27 /cui/source/options/cfgchart.cxx
parent91fe68f4c2d66dc34b99386f824abdd6c09f6bb1 (diff)
Replaced SAL_INFO with SAL_WARN were applicable.
Diffstat (limited to 'cui/source/options/cfgchart.cxx')
-rw-r--r--cui/source/options/cfgchart.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/cfgchart.cxx b/cui/source/options/cfgchart.cxx
index edef3a1fdcc5..2556df1da48a 100644
--- a/cui/source/options/cfgchart.cxx
+++ b/cui/source/options/cfgchart.cxx
@@ -57,7 +57,7 @@ const XColorEntry & SvxChartColorTable::operator[]( size_t _nIndex ) const
{
if ( _nIndex >= m_aColorEntries.size() )
{
- SAL_INFO( "cui", "SvxChartColorTable::[] invalid index" );
+ SAL_WARN( "cui.options", "SvxChartColorTable::[] invalid index" );
return m_aColorEntries[ 0 ];
}
@@ -68,7 +68,7 @@ ColorData SvxChartColorTable::getColorData( size_t _nIndex ) const
{
if ( _nIndex >= m_aColorEntries.size() )
{
- SAL_INFO( "cui", "SvxChartColorTable::getColorData invalid index" );
+ SAL_WARN( "cui.options", "SvxChartColorTable::getColorData invalid index" );
return COL_BLACK;
}