summaryrefslogtreecommitdiff
path: root/sc/inc/formularesult.hxx
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 /sc/inc/formularesult.hxx
parent3f7c5847ffca045230f4fa2a163405e35afb04d7 (diff)
Replaced SAL_INFO with SAL_WARN were applicable.
Diffstat (limited to 'sc/inc/formularesult.hxx')
-rw-r--r--sc/inc/formularesult.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/formularesult.hxx b/sc/inc/formularesult.hxx
index 7a34de8bf218..c1cb90609275 100644
--- a/sc/inc/formularesult.hxx
+++ b/sc/inc/formularesult.hxx
@@ -324,7 +324,7 @@ inline void ScFormulaResult::SetToken( const formula::FormulaToken* p )
dynamic_cast<const ScMatrixFormulaCellToken*>(pMatResult);
if (pNewMatFormula)
{
- SAL_INFO( "sc", "ScFormulaResult::SetToken: pNewMatFormula and pMatFormula, overriding matrix formula dimension; intended?");
+ SAL_WARN( "sc", "ScFormulaResult::SetToken: pNewMatFormula and pMatFormula, overriding matrix formula dimension; intended?");
pMatFormula->SetMatColsRows( pNewMatFormula->GetMatCols(),
pNewMatFormula->GetMatRows());
}