summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/excel
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-05-21 22:49:50 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-05-22 14:57:51 +0000
commita4bf46accfc73f6993c1d29b84d586a91d21c2c8 (patch)
treef15fa078e3a79aa5c9a1cd777ecc09e992b7ed68 /sc/source/filter/excel
parenttdf#91366 - invalidate only individual menu items to render highlight. (diff)
downloadcore-a4bf46accfc73f6993c1d29b84d586a91d21c2c8.tar.gz
core-a4bf46accfc73f6993c1d29b84d586a91d21c2c8.zip
Remove include stdio (part5)
Change-Id: Iea3eb02b5ae54de1de14b5357726d1073e54e1af Reviewed-on: https://gerrit.libreoffice.org/15851 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/filter/excel')
-rw-r--r--sc/source/filter/excel/read.cxx1
-rw-r--r--sc/source/filter/excel/tokstack.cxx3
-rw-r--r--sc/source/filter/excel/xestring.cxx1
3 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/filter/excel/read.cxx b/sc/source/filter/excel/read.cxx
index 02d7078f30f1..159e8b4fc386 100644
--- a/sc/source/filter/excel/read.cxx
+++ b/sc/source/filter/excel/read.cxx
@@ -18,7 +18,6 @@
*/
#include <stdlib.h>
-#include <stdio.h>
#include "document.hxx"
#include "scerrors.hxx"
diff --git a/sc/source/filter/excel/tokstack.cxx b/sc/source/filter/excel/tokstack.cxx
index 7837b6d6046d..83651217b041 100644
--- a/sc/source/filter/excel/tokstack.cxx
+++ b/sc/source/filter/excel/tokstack.cxx
@@ -24,7 +24,6 @@
#include <svl/sharedstringpool.hxx>
-#include <stdio.h>
#include <string.h>
const sal_uInt16 TokenPool::nScTokenOff = 8192;
@@ -932,7 +931,7 @@ ScMatrix* TokenPool::GetMatrix( unsigned int n ) const
if( n < nP_MatrixAkt )
return ppP_Matrix[ n ];
else
- printf ("GETMATRIX %d >= %d\n", n, nP_MatrixAkt);
+ SAL_WARN("sc.filter", "GetMatrix: " << n << " >= " << nP_MatrixAkt << "\n");
return NULL;
}
diff --git a/sc/source/filter/excel/xestring.cxx b/sc/source/filter/excel/xestring.cxx
index 0e1a1279752b..3388048336c7 100644
--- a/sc/source/filter/excel/xestring.cxx
+++ b/sc/source/filter/excel/xestring.cxx
@@ -18,7 +18,6 @@
*/
#include <algorithm>
-#include <stdio.h>
#include <osl/diagnose.h>
#include "xlstyle.hxx"