summaryrefslogtreecommitdiff
path: root/sc
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
parent3f7c5847ffca045230f4fa2a163405e35afb04d7 (diff)
Replaced SAL_INFO with SAL_WARN were applicable.
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/formularesult.hxx2
-rw-r--r--sc/source/core/data/dptabsrc.cxx2
-rw-r--r--sc/source/core/tool/lookupcache.cxx2
-rw-r--r--sc/source/ui/docshell/dbdocimp.cxx2
4 files changed, 4 insertions, 4 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());
}
diff --git a/sc/source/core/data/dptabsrc.cxx b/sc/source/core/data/dptabsrc.cxx
index 5dc0d2eb35c5..769319771889 100644
--- a/sc/source/core/data/dptabsrc.cxx
+++ b/sc/source/core/data/dptabsrc.cxx
@@ -735,7 +735,7 @@ void ScDPSource::FilterCacheTableByPageDimensions()
if (bPageFiltered)
{
- SAL_INFO( "sc.core","tried to apply page field filters several times");
+ SAL_WARN( "sc.core","tried to apply page field filters several times");
pData->DisposeData();
pData->CreateCacheTable(); // re-initialize the cache table
diff --git a/sc/source/core/tool/lookupcache.cxx b/sc/source/core/tool/lookupcache.cxx
index a9b42ca5df9f..2b854769eec7 100644
--- a/sc/source/core/tool/lookupcache.cxx
+++ b/sc/source/core/tool/lookupcache.cxx
@@ -47,7 +47,7 @@ ScLookupCache::QueryCriteria::QueryCriteria( const ScQueryEntry& rEntry ) :
break;
default:
meOp = UNKNOWN;
- SAL_INFO( "sc.core", "ScLookupCache::QueryCriteria not prepared for this ScQueryOp");
+ SAL_WARN( "sc.core", "ScLookupCache::QueryCriteria not prepared for this ScQueryOp");
}
const ScQueryEntry::Item& rItem = rEntry.GetQueryItem();
diff --git a/sc/source/ui/docshell/dbdocimp.cxx b/sc/source/ui/docshell/dbdocimp.cxx
index 09f4b7162aeb..d3bd84b18832 100644
--- a/sc/source/ui/docshell/dbdocimp.cxx
+++ b/sc/source/ui/docshell/dbdocimp.cxx
@@ -293,7 +293,7 @@ bool ScDBDocFunc::DoImport( SCTAB nTab, const ScImportParam& rParam,
xLocate.set( xRowSet, uno::UNO_QUERY );
if ( !xLocate.is() )
{
- SAL_INFO( "sc.ui","can't get XRowLocate");
+ SAL_WARN( "sc.ui","can't get XRowLocate");
bDoSelection = bRealSelection = bBookmarkSelection = sal_False;
}
}