summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/tokstack.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/tokstack.cxx')
-rw-r--r--sc/source/filter/excel/tokstack.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/tokstack.cxx b/sc/source/filter/excel/tokstack.cxx
index 70c4c683c44f..dc810ee82104 100644
--- a/sc/source/filter/excel/tokstack.cxx
+++ b/sc/source/filter/excel/tokstack.cxx
@@ -924,7 +924,7 @@ ScMatrix* TokenPool::GetMatrix( unsigned int n ) const
if( n < nP_MatrixAkt )
return ppP_Matrix[ n ];
else
- SAL_WARN("sc.filter", "GetMatrix: " << n << " >= " << nP_MatrixAkt << "\n");
+ SAL_WARN("sc.filter", "GetMatrix: " << n << " >= " << nP_MatrixAkt);
return nullptr;
}